Class CustomerToken

java.lang.Object
com.onlinepayments.domain.CustomerToken

public class CustomerToken extends Object
  • Constructor Details

    • CustomerToken

      public CustomerToken()
  • Method Details

    • getBillingAddress

      public Address getBillingAddress()
      Object containing billing address details.
    • setBillingAddress

      public void setBillingAddress(Address value)
      Object containing billing address details.
    • withBillingAddress

      public CustomerToken withBillingAddress(Address value)
      Object containing billing address details.
    • getCompanyInformation

      public CompanyInformation getCompanyInformation()
      Object containing company information
    • setCompanyInformation

      public void setCompanyInformation(CompanyInformation value)
      Object containing company information
    • withCompanyInformation

      public CustomerToken withCompanyInformation(CompanyInformation value)
      Object containing company information
    • getPersonalInformation

      public PersonalInformationToken getPersonalInformation()
    • setPersonalInformation

      public void setPersonalInformation(PersonalInformationToken value)
    • withPersonalInformation

      public CustomerToken withPersonalInformation(PersonalInformationToken value)