hyperwallet / hyperwallet-ios-ui-sdk

MIT License
7 stars 11 forks source link

HyperwalletUISDK', '~> {let coordinator = HyperwalletUI.shared.addTransferMethodCoordinator( "US", // The 2 letter ISO 3166-1 country code. "USD", // The 3 letter ISO 4217-1 currency code. "INDIVIDUAL", // The profile type. Possible values - INDIVIDUAL, BUSINESS. "BANK_ACCOUNT", // The transfer method type. Possible values - BANK_ACCOUNT, BANK_CARD, PAYPAL_ACCOUNT parentController: self) coordinator.navigate() }' #355

Open TyDaGoa opened 3 months ago

TyDaGoa commented 3 months ago

let coordinator = HyperwalletUI.shared.addTransferMethodCoordinator( "US", // The 2 letter ISO 3166-1 country code. "USD", // The 3 letter ISO 4217-1 currency code. "INDIVIDUAL", // The profile type. Possible values - INDIVIDUAL, BUSINESS. "BANK_ACCOUNT", // The transfer method type. Possible values - BANK_ACCOUNT, BANK_CARD, PAYPAL_ACCOUNT parentController: self) coordinator.navigate()