public class PayoutCustomer extends Object
Constructor and Description |
---|
PayoutCustomer() |
Modifier and Type | Method and Description |
---|---|
Address |
getAddress()
Object containing address details
|
CompanyInformation |
getCompanyInformation()
Object containing company information
|
ContactDetailsBase |
getContactDetails()
Object containing contact details like email address and phone number
|
String |
getMerchantCustomerId()
Your identifier for the customer.
|
PersonalName |
getName()
Object containing PersonalName object
|
void |
setAddress(Address 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 |
setMerchantCustomerId(String value)
Your identifier for the customer.
|
void |
setName(PersonalName value)
Object containing PersonalName object
|
public Address getAddress()
public void setAddress(Address value)
public CompanyInformation getCompanyInformation()
public void setCompanyInformation(CompanyInformation value)
public ContactDetailsBase getContactDetails()
public void setContactDetails(ContactDetailsBase value)
public String getMerchantCustomerId()
public void setMerchantCustomerId(String value)
public PersonalName getName()
public void setName(PersonalName value)
Copyright © 2024 Worldline Global Collect. All rights reserved.