public class CustomerBase extends Object
Constructor and Description |
---|
CustomerBase() |
Modifier and Type | Method and Description |
---|---|
CompanyInformation |
getCompanyInformation()
Object containing company information
|
String |
getMerchantCustomerId()
Your identifier for the customer.
|
String |
getVatNumber()
Deprecated.
Use companyInformation.vatNumber instead
|
void |
setCompanyInformation(CompanyInformation value)
Object containing company information
|
void |
setMerchantCustomerId(String value)
Your identifier for the customer.
|
void |
setVatNumber(String value)
Deprecated.
Use companyInformation.vatNumber instead
|
public CompanyInformation getCompanyInformation()
public void setCompanyInformation(CompanyInformation value)
public String getMerchantCustomerId()
public void setMerchantCustomerId(String value)
@Deprecated public String getVatNumber()
@Deprecated public void setVatNumber(String value)
Copyright © 2024 Worldline Global Collect. All rights reserved.