GoogleCloudPaymentsResellerSubscriptionV1Location constructor

GoogleCloudPaymentsResellerSubscriptionV1Location({
  1. String? postalCode,
  2. String? regionCode,
})

Implementation

GoogleCloudPaymentsResellerSubscriptionV1Location({
  this.postalCode,
  this.regionCode,
});