Uses of Class
com.onlinepayments.domain.Customer
Packages that use Customer
-
Uses of Customer in com.onlinepayments.domain
Methods in com.onlinepayments.domain that return CustomerModifier and TypeMethodDescriptionOrder.getCustomer()Object containing the details of the customerCustomer.withAccount(CustomerAccount value) Object containing data related to the account the customer has with youCustomer.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 informationCustomer.withContactDetails(ContactDetails value) Object containing contact details like email address and phone numberCustomer.withDevice(CustomerDevice value) Object containing information on the device and browser of the customerCustomer.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.Methods in com.onlinepayments.domain with parameters of type CustomerModifier and TypeMethodDescriptionvoidOrder.setCustomer(Customer value) Object containing the details of the customerOrder.withCustomer(Customer value) Object containing the details of the customer