GoogleCloudPaymentsResellerSubscriptionV1Amount constructor

GoogleCloudPaymentsResellerSubscriptionV1Amount({
  1. String? amountMicros,
  2. String? currencyCode,
})

Implementation

GoogleCloudPaymentsResellerSubscriptionV1Amount({
  this.amountMicros,
  this.currencyCode,
});