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