public class CustomerRiskAssessment extends Object
Constructor and Description |
---|
CustomerRiskAssessment() |
Modifier and Type | Method and Description |
---|---|
CustomerAccountRiskAssessment |
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
|
ContactDetailsRiskAssessment |
getContactDetails()
Object containing contact details like email address
|
CustomerDeviceRiskAssessment |
getDevice()
Object containing information on the device and browser of the customer
|
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).
|
PersonalInformationRiskAssessment |
getPersonalInformation()
Object containing personal information like name, date of birth and gender
|
AddressPersonal |
getShippingAddress()
Deprecated.
Use Order.shipping.address instead
|
void |
setAccount(CustomerAccountRiskAssessment 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(ContactDetailsRiskAssessment value)
Object containing contact details like email address
|
void |
setDevice(CustomerDeviceRiskAssessment value)
Object containing information on the device and browser of the customer
|
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(PersonalInformationRiskAssessment value)
Object containing personal information like name, date of birth and gender
|
void |
setShippingAddress(AddressPersonal value)
Deprecated.
Use Order.shipping.address instead
|
public CustomerAccountRiskAssessment getAccount()
public void setAccount(CustomerAccountRiskAssessment value)
public String getAccountType()
public void setAccountType(String value)
public Address getBillingAddress()
public void setBillingAddress(Address value)
public ContactDetailsRiskAssessment getContactDetails()
public void setContactDetails(ContactDetailsRiskAssessment value)
public CustomerDeviceRiskAssessment getDevice()
public void setDevice(CustomerDeviceRiskAssessment value)
public Boolean getIsPreviousCustomer()
public void setIsPreviousCustomer(Boolean value)
public String getLocale()
public void setLocale(String value)
public PersonalInformationRiskAssessment getPersonalInformation()
public void setPersonalInformation(PersonalInformationRiskAssessment value)
@Deprecated public AddressPersonal getShippingAddress()
@Deprecated public void setShippingAddress(AddressPersonal value)
Copyright © 2024 Worldline Global Collect. All rights reserved.