public class PayoutRequestEWalletAccount extends Object
| Constructor and Description |
|---|
PayoutRequestEWalletAccount() |
| Modifier and Type | Method and Description |
|---|---|
PayoutRequestEWalletAccount |
bankBranch(String bankBranch) |
PayoutRequestEWalletAccount |
bankCode(String bankCode) |
PayoutRequestEWalletAccount |
bankName(String bankName) |
PayoutRequestEWalletAccount |
id(String id) |
PayoutRequestEWalletAccount |
name(String name) |
void |
setBankBranch(String bankBranch) |
void |
setBankCode(String bankCode) |
void |
setBankName(String bankName) |
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' 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 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 setBankName(String bankName)
public PayoutRequestEWalletAccount bankName(String bankName)
bankName - Customer bank name Customer bank name (string)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 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 For PAYPAL: Customer email, phone or PayPal account number *(mandatory for QIWI, PAYPAL, WEBMONEY, NETELLER, 'Latin America', 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.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 © 2024. All rights reserved.