For AI agents: visit https://developer.readyremit.com/llms.txt for an index of all pages formatted in Markdown and endpoints in OpenAPI.
public enum TransferMethod {
case bankAccount
case cashPickup
case mobileWallet
case pushToCard
}
| Case | Description |
|---|
| bankAccount | Bank account |
| cashPickup | Cash pickup |
| mobileWallet | Mobile wallet |
| pushToCard | Push to card |
private let transferMethod: TransferMethod = .mobileWallet