public class EwalletAccount extends Object
| Constructor and Description |
|---|
EwalletAccount() |
| Modifier and Type | Method and Description |
|---|---|
EwalletAccount |
bankBranch(String bankBranch) |
EwalletAccount |
bankCode(String bankCode) |
EwalletAccount |
id(String id) |
void |
setBankBranch(String bankBranch) |
void |
setBankCode(String bankCode) |
void |
setId(String id) |
void |
setType(String type) |
String |
toString() |
EwalletAccount |
type(String type) |
public void setBankBranch(String bankBranch)
public EwalletAccount bankBranch(String bankBranch)
bankBranch - Customer bank branch number (name)public void setBankCode(String bankCode)
public EwalletAccount bankCode(String bankCode)
bankCode - Customer bank codepublic void setId(String id)
public EwalletAccount id(String id)
id - Customer personal identification numberpublic void setType(String type)
public EwalletAccount type(String type)
type - Customer account typeCopyright © 2023. All rights reserved.