Class CustomerInfo

java.lang.Object
com.pensio.api.request.CustomerInfo

public class CustomerInfo extends Object
  • Constructor Details

    • CustomerInfo

      public CustomerInfo()
  • Method Details

    • getOrganisationNumber

      public String getOrganisationNumber()
    • setOrganisationNumber

      public CustomerInfo setOrganisationNumber(String organisationNumber)
    • getEmail

      public String getEmail()
    • setEmail

      public CustomerInfo setEmail(String email)
    • getUsername

      public String getUsername()
    • setUsername

      public CustomerInfo setUsername(String username)
    • getCustomerPhone

      public String getCustomerPhone()
    • setCustomerPhone

      public CustomerInfo setCustomerPhone(String customerPhone)
    • getBankName

      public String getBankName()
    • setBankName

      public CustomerInfo setBankName(String bankName)
    • getAccountIdentifier

      public String getAccountIdentifier()
    • setAccountIdentifier

      public CustomerInfo setAccountIdentifier(String accountIdentifier)
    • getBankPhone

      public String getBankPhone()
    • setBankPhone

      public CustomerInfo setBankPhone(String bankPhone)
    • getClientIp

      public String getClientIp()
    • setClientIp

      public CustomerInfo setClientIp(String clientIp)
    • getBillingAddress

      public CustomerInfoAddress getBillingAddress()
    • setBillingAddress

      public CustomerInfo setBillingAddress(CustomerInfoAddress billingAddress)
    • getShippingAddress

      public CustomerInfoAddress getShippingAddress()
    • setShippingAddress

      public CustomerInfo setShippingAddress(CustomerInfoAddress shippingAddress)
    • getGender

      public Gender getGender()
    • setGender

      public CustomerInfo setGender(Gender gender)
    • getBrowserData

      public BrowserData getBrowserData()
    • setBrowserData

      public CustomerInfo setBrowserData(BrowserData browserData)
    • getBirthDate

      public Date getBirthDate()
    • setBirthDate

      public void setBirthDate(Date birthDate)
    • getOrganisationName

      public String getOrganisationName()
    • setOrganisationName

      public void setOrganisationName(String organisationName)
    • getOrganisationEntityType

      public String getOrganisationEntityType()
    • setOrganisationEntityType

      public void setOrganisationEntityType(String organisationEntityType)
    • getOrganisationVatId

      public String getOrganisationVatId()
    • setOrganisationVatId

      public void setOrganisationVatId(String organisationVatId)
    • getDeviceId

      public String getDeviceId()
    • setDeviceId

      public CustomerInfo setDeviceId(String deviceId)