public class Payer
extends java.lang.Object
| Constructor and Description |
|---|
Payer() |
| Modifier and Type | Method and Description |
|---|---|
AddressPortable |
addressPortable() |
Payer |
addressPortable(AddressPortable addressPortable) |
java.lang.String |
birthDate() |
Payer |
birthDate(java.lang.String birthDate) |
java.lang.String |
email() |
Payer |
email(java.lang.String email) |
Name |
name() |
Payer |
name(Name name) |
java.lang.String |
payerId() |
Payer |
payerId(java.lang.String payerId) |
PhoneWithType |
phoneWithType() |
Payer |
phoneWithType(PhoneWithType phoneWithType) |
TaxInfo |
taxInfo() |
Payer |
taxInfo(TaxInfo taxInfo) |
public AddressPortable addressPortable()
public Payer addressPortable(AddressPortable addressPortable)
public java.lang.String birthDate()
public Payer birthDate(java.lang.String birthDate)
public java.lang.String email()
public Payer email(java.lang.String email)
public Name name()
public java.lang.String payerId()
public Payer payerId(java.lang.String payerId)
public PhoneWithType phoneWithType()
public Payer phoneWithType(PhoneWithType phoneWithType)
public TaxInfo taxInfo()