public class Customer extends CustomerBase
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
|
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()
The fiscal registration number of the customer or the tax registration number of the company in case of a business customer.
|
Boolean |
getIsCompany()
Indicates if the payer is a company or an individual
|
Boolean |
getIsPreviousCustomer()
Specifies if the customer has a history of online shopping with the merchant
|
String |
getLocale()
The locale that the customer should be addressed in (for 3rd parties).
|
PersonalInformation |
getPersonalInformation()
Object containing personal information like name, date of birth and gender.
|
AddressPersonal |
getShippingAddress()
Deprecated.
Use Order.shipping.address instead
|
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 |
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)
The fiscal registration number of the customer or the tax registration number of the company in case of a business customer.
|
void |
setIsCompany(Boolean value)
Indicates if the payer is a company or an individual
|
void |
setIsPreviousCustomer(Boolean value)
Specifies if the customer has a history of online shopping with the merchant
|
void |
setLocale(String value)
The locale that the customer should be addressed in (for 3rd parties).
|
void |
setPersonalInformation(PersonalInformation value)
Object containing personal information like name, date of birth and gender.
|
void |
setShippingAddress(AddressPersonal value)
Deprecated.
Use Order.shipping.address instead
|
getCompanyInformation, getMerchantCustomerId, getVatNumber, setCompanyInformation, setMerchantCustomerId, setVatNumber
public CustomerAccount getAccount()
public void setAccount(CustomerAccount value)
public String getAccountType()
public void setAccountType(String value)
public Address getBillingAddress()
public void setBillingAddress(Address value)
public ContactDetails getContactDetails()
public void setContactDetails(ContactDetails value)
public CustomerDevice getDevice()
public void setDevice(CustomerDevice value)
public String getFiscalNumber()
public void setFiscalNumber(String value)
public Boolean getIsCompany()
public void setIsCompany(Boolean value)
public Boolean getIsPreviousCustomer()
public void setIsPreviousCustomer(Boolean value)
public String getLocale()
public void setLocale(String value)
public PersonalInformation getPersonalInformation()
public void setPersonalInformation(PersonalInformation value)
@Deprecated public AddressPersonal getShippingAddress()
@Deprecated public void setShippingAddress(AddressPersonal value)
Copyright © 2024 Worldline Global Collect. All rights reserved.