You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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()
No description provided.
The text was updated successfully, but these errors were encountered: