Package com.checkout.accounts
Class AccountsIndividualAccountHolder.AccountsIndividualAccountHolderBuilder
- java.lang.Object
-
- com.checkout.accounts.AccountsIndividualAccountHolder.AccountsIndividualAccountHolderBuilder
-
- Enclosing class:
- AccountsIndividualAccountHolder
public static class AccountsIndividualAccountHolder.AccountsIndividualAccountHolderBuilder extends java.lang.Object
-
-
Method Summary
-
-
-
Method Detail
-
taxId
public AccountsIndividualAccountHolder.AccountsIndividualAccountHolderBuilder taxId(java.lang.String taxId)
- Returns:
this.
-
dateOfBirth
public AccountsIndividualAccountHolder.AccountsIndividualAccountHolderBuilder dateOfBirth(DateOfBirth dateOfBirth)
- Returns:
this.
-
countryOfBirth
public AccountsIndividualAccountHolder.AccountsIndividualAccountHolderBuilder countryOfBirth(CountryCode countryOfBirth)
- Returns:
this.
-
residentialStatus
public AccountsIndividualAccountHolder.AccountsIndividualAccountHolderBuilder residentialStatus(java.lang.String residentialStatus)
- Returns:
this.
-
billingAddress
public AccountsIndividualAccountHolder.AccountsIndividualAccountHolderBuilder billingAddress(Address billingAddress)
- Returns:
this.
-
phone
public AccountsIndividualAccountHolder.AccountsIndividualAccountHolderBuilder phone(AccountPhone phone)
- Returns:
this.
-
identification
public AccountsIndividualAccountHolder.AccountsIndividualAccountHolderBuilder identification(AccountHolderIdentification identification)
- Returns:
this.
-
email
public AccountsIndividualAccountHolder.AccountsIndividualAccountHolderBuilder email(java.lang.String email)
- Returns:
this.
-
firstName
public AccountsIndividualAccountHolder.AccountsIndividualAccountHolderBuilder firstName(java.lang.String firstName)
- Returns:
this.
-
lastName
public AccountsIndividualAccountHolder.AccountsIndividualAccountHolderBuilder lastName(java.lang.String lastName)
- Returns:
this.
-
build
public AccountsIndividualAccountHolder build()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-