@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2018-09-22T07:56:07.186+05:30") public class V2paymentsRecipientInformation extends Object
| Constructor and Description |
|---|
V2paymentsRecipientInformation() |
| Modifier and Type | Method and Description |
|---|---|
V2paymentsRecipientInformation |
accountId(String accountId) |
boolean |
equals(Object o) |
String |
getAccountId()
Identifier for the recipient’s account.
|
String |
getLastName()
Recipient’s last name.
|
String |
getPostalCode()
Partial postal code for the recipient’s address.
|
int |
hashCode() |
V2paymentsRecipientInformation |
lastName(String lastName) |
V2paymentsRecipientInformation |
postalCode(String postalCode) |
void |
setAccountId(String accountId) |
void |
setLastName(String lastName) |
void |
setPostalCode(String postalCode) |
String |
toString() |
public V2paymentsRecipientInformation accountId(String accountId)
public String getAccountId()
public void setAccountId(String accountId)
public V2paymentsRecipientInformation lastName(String lastName)
public String getLastName()
public void setLastName(String lastName)
public V2paymentsRecipientInformation postalCode(String postalCode)
public String getPostalCode()
public void setPostalCode(String postalCode)
Copyright © 2018. All rights reserved.