public class PayoutRequestEWalletAccount extends Object
| Constructor and Description |
|---|
PayoutRequestEWalletAccount() |
| Modifier and Type | Method and Description |
|---|---|
PayoutRequestEWalletAccount |
bankBranch(String bankBranch) |
PayoutRequestEWalletAccount |
bankCode(String bankCode) |
PayoutRequestEWalletAccount |
id(String id) |
PayoutRequestEWalletAccount |
name(String name) |
void |
setBankBranch(String bankBranch) |
void |
setBankCode(String bankCode) |
void |
setId(String id) |
void |
setName(String name) |
void |
setType(String type) |
String |
toString() |
PayoutRequestEWalletAccount |
type(String type) |
public void setBankBranch(String bankBranch)
public PayoutRequestEWalletAccount bankBranch(String bankBranch)
bankBranch - Customer bank branch number (name). Mandatory for 'Latin America', 'Asia' and DIRECTBANKINGNGA methods only. For 'Latin America': <ul><li>required for methods where country = BR, UY</li><li>for UY (Uruguay) is optional if 'payment_method' is `UY113`</li></ul> For 'Asia': must be in Simplified Chinese For DIRECTBANKINGNGA: Customer bank branch number (name), only for Ghana banks (GH******)public void setBankCode(String bankCode)
public PayoutRequestEWalletAccount bankCode(String bankCode)
bankCode - Customer bank code For DIRECTBANKINGNGA: Customer bank code (3 digits)public void setId(String id)
public PayoutRequestEWalletAccount id(String id)
id - For QIWI: Customer phone number (from 1 to 15 digits) For WEBMONEY: Customer account number For NETELLER: Customer email For 'Latin America': Customer personal identification number For 'Asia': Customer bank account number For YANDEXMONEY: Customer wallet number, 11 to 16 digits, begins with `410` For AIRTEL, MPESA, MTN, UGANDAMOBILE, VODAFONE and TIGO: phone number linked to Customer's mobile money account. Phone prefix is **required**: AIRTEL - 233 (GHS), 256 (UGX); MTN - 233 (GHS), 256 (UGX); TIGO, VODAFONE - 233; UGANDAMOBILE - 256; MPESA - 254 For DIRECTBANKINGNGA: bank account number *(mandatory for QIWI, WEBMONEY, NETELLER, 'Latin America', 'Asia', YANDEXMONEY, AIRTEL, MPESA, MTN, UGANDAMOBILE, VODAFONE, TIGO and DIRECTBANKINGNGA methods only)*public void setName(String name)
public PayoutRequestEWalletAccount name(String name)
name - Customer bank account name. For 'Asia' methods: <ul><li>mandatory</li><li>for `CNY` currency: must be in Simplified Chinese</li></ul>public void setType(String type)
public PayoutRequestEWalletAccount type(String type)
type - Customer account type. Mandatory for 'Latin America' methods only. For 'Latin America': <ul><li>required for methods where country = BR, CL, CO</li><li>for PE (PERU) only `M` value is allowed</li><li>for UY (Uruguay) is required only if 'payment_method' is `UY001`</li></ul>Copyright © 2019. All rights reserved.