public class Customer extends Object
| Constructor and Description |
|---|
Customer() |
| Modifier and Type | Method and Description |
|---|---|
CustomerAccount |
getAccount()
Object containing data related to the account the customer has with you
|
String |
getAccountType()
Type of the customer account that is used to place this order.
|
Address |
getBillingAddress()
Object containing billing address details
|
CompanyInformation |
getCompanyInformation()
Object containing company information
|
ContactDetails |
getContactDetails()
Object containing contact details like email address and phone number
|
CustomerDevice |
getDevice()
Object containing information on the device and browser of the customer
|
String |
getFiscalNumber()
Fiscal registration number of the customer or the tax registration number of the company for a business customer.
|
String |
getLocale()
The locale that the customer should be addressed in (for 3rd parties).
|
String |
getMerchantCustomerId()
Your identifier for the customer.
|
PersonalInformation |
getPersonalInformation()
Object containing personal information like name, date of birth and gender.
|
void |
setAccount(CustomerAccount value)
Object containing data related to the account the customer has with you
|
void |
setAccountType(String value)
Type of the customer account that is used to place this order.
|
void |
setBillingAddress(Address value)
Object containing billing address details
|
void |
setCompanyInformation(CompanyInformation value)
Object containing company information
|
void |
setContactDetails(ContactDetails value)
Object containing contact details like email address and phone number
|
void |
setDevice(CustomerDevice value)
Object containing information on the device and browser of the customer
|
void |
setFiscalNumber(String value)
Fiscal registration number of the customer or the tax registration number of the company for a business customer.
|
void |
setLocale(String value)
The locale that the customer should be addressed in (for 3rd parties).
|
void |
setMerchantCustomerId(String value)
Your identifier for the customer.
|
void |
setPersonalInformation(PersonalInformation value)
Object containing personal information like name, date of birth and gender.
|
Customer |
withAccount(CustomerAccount value)
Object containing data related to the account the customer has with you
|
Customer |
withAccountType(String value)
Type of the customer account that is used to place this order.
|
Customer |
withBillingAddress(Address value)
Object containing billing address details
|
Customer |
withCompanyInformation(CompanyInformation value)
Object containing company information
|
Customer |
withContactDetails(ContactDetails value)
Object containing contact details like email address and phone number
|
Customer |
withDevice(CustomerDevice value)
Object containing information on the device and browser of the customer
|
Customer |
withFiscalNumber(String value)
Fiscal registration number of the customer or the tax registration number of the company for a business customer.
|
Customer |
withLocale(String value)
The locale that the customer should be addressed in (for 3rd parties).
|
Customer |
withMerchantCustomerId(String value)
Your identifier for the customer.
|
Customer |
withPersonalInformation(PersonalInformation value)
Object containing personal information like name, date of birth and gender.
|
public CustomerAccount getAccount()
public void setAccount(CustomerAccount value)
public Customer withAccount(CustomerAccount value)
public String getAccountType()
public void setAccountType(String value)
public Customer withAccountType(String value)
public Address getBillingAddress()
public void setBillingAddress(Address value)
public Customer withBillingAddress(Address value)
public CompanyInformation getCompanyInformation()
public void setCompanyInformation(CompanyInformation value)
public Customer withCompanyInformation(CompanyInformation value)
public ContactDetails getContactDetails()
public void setContactDetails(ContactDetails value)
public Customer withContactDetails(ContactDetails value)
public CustomerDevice getDevice()
public void setDevice(CustomerDevice value)
public Customer withDevice(CustomerDevice value)
public String getFiscalNumber()
public void setFiscalNumber(String value)
public Customer withFiscalNumber(String value)
public String getLocale()
public void setLocale(String value)
public Customer withLocale(String value)
public String getMerchantCustomerId()
public void setMerchantCustomerId(String value)
public Customer withMerchantCustomerId(String value)
public PersonalInformation getPersonalInformation()
public void setPersonalInformation(PersonalInformation value)
public Customer withPersonalInformation(PersonalInformation value)
Copyright © 2023 Worldline Online Payments Direct. All rights reserved.