GoogleAdsSearchads360V23ResourcesBillingSetupPaymentsAccountInfo.fromJson constructor
GoogleAdsSearchads360V23ResourcesBillingSetupPaymentsAccountInfo.fromJson(
- Map json_
Implementation
GoogleAdsSearchads360V23ResourcesBillingSetupPaymentsAccountInfo.fromJson(
core.Map json_,
) : this(
paymentsAccountId: json_['paymentsAccountId'] as core.String?,
paymentsAccountName: json_['paymentsAccountName'] as core.String?,
paymentsProfileId: json_['paymentsProfileId'] as core.String?,
paymentsProfileName: json_['paymentsProfileName'] as core.String?,
secondaryPaymentsProfileId:
json_['secondaryPaymentsProfileId'] as core.String?,
);