public class RefundCustomer extends Object
Constructor and Description |
---|
RefundCustomer() |
Modifier and Type | Method and Description |
---|---|
AddressPersonal |
getAddress()
Object containing address details
|
CompanyInformation |
getCompanyInformation()
Object containing company information
|
ContactDetailsBase |
getContactDetails()
Object containing contact details like email address and phone number
|
String |
getFiscalNumber()
The fiscal registration number of the customer or the tax registration number of the company in case of a business customer.
|
void |
setAddress(AddressPersonal value)
Object containing address details
|
void |
setCompanyInformation(CompanyInformation value)
Object containing company information
|
void |
setContactDetails(ContactDetailsBase value)
Object containing contact details like email address and phone number
|
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.
|
public AddressPersonal getAddress()
public void setAddress(AddressPersonal value)
public CompanyInformation getCompanyInformation()
public void setCompanyInformation(CompanyInformation value)
public ContactDetailsBase getContactDetails()
public void setContactDetails(ContactDetailsBase value)
public String getFiscalNumber()
public void setFiscalNumber(String value)
Copyright © 2024 Worldline Global Collect. All rights reserved.