PaymentServiceProviderLinkInfo constructor

PaymentServiceProviderLinkInfo({
  1. String? externalAccountBusinessCountry,
  2. String? externalAccountId,
})

Implementation

PaymentServiceProviderLinkInfo({
  this.externalAccountBusinessCountry,
  this.externalAccountId,
});