GoogleCloudPaymentsResellerSubscriptionV1Amount.fromJson constructor
GoogleCloudPaymentsResellerSubscriptionV1Amount.fromJson(
- Map json_
Implementation
GoogleCloudPaymentsResellerSubscriptionV1Amount.fromJson(core.Map json_)
: this(
amountMicros: json_.containsKey('amountMicros')
? json_['amountMicros'] as core.String
: null,
currencyCode: json_.containsKey('currencyCode')
? json_['currencyCode'] as core.String
: null,
);