public class RefundRequestEWalletAccount extends Object
| Constructor and Description |
|---|
RefundRequestEWalletAccount() |
| Modifier and Type | Method and Description |
|---|---|
RefundRequestEWalletAccount |
bankBranch(String bankBranch) |
RefundRequestEWalletAccount |
bankCode(String bankCode) |
RefundRequestEWalletAccount |
id(String id) |
void |
setBankBranch(String bankBranch) |
void |
setBankCode(String bankCode) |
void |
setId(String id) |
void |
setType(String type) |
String |
toString() |
RefundRequestEWalletAccount |
type(String type) |
public void setBankBranch(String bankBranch)
public RefundRequestEWalletAccount bankBranch(String bankBranch)
bankBranch - Customer bank branch number (name). Mandatory for BOLETO, LOTERICA, DEPOSITEXPRESSBRL.public void setBankCode(String bankCode)
public RefundRequestEWalletAccount bankCode(String bankCode)
bankCode - Customer bank code. Mandatory for BOLETO, LOTERICA, DEPOSITEXPRESSBRL.public void setId(String id)
public RefundRequestEWalletAccount id(String id)
id - For BOLETO, LOTERICA, DEPOSITEXPRESSBRL: Customer bank account number.public void setType(String type)
public RefundRequestEWalletAccount type(String type)
type - Customer account type. Mandatory for BOLETO, LOTERICA, DEPOSITEXPRESSBRL. 1 - Savings account, 2 - Checking accountCopyright © 2024. All rights reserved.