PaymentServiceProviderLinkInfo.fromJson constructor

PaymentServiceProviderLinkInfo.fromJson(
  1. Map json_
)

Implementation

PaymentServiceProviderLinkInfo.fromJson(core.Map json_)
  : this(
      externalAccountBusinessCountry:
          json_['externalAccountBusinessCountry'] as core.String?,
      externalAccountId: json_['externalAccountId'] as core.String?,
    );