public class MandateCustomer extends Object
Constructor and Description |
---|
MandateCustomer() |
Modifier and Type | Method and Description |
---|---|
BankAccountIban |
getBankAccountIban()
Object containing IBAN information
|
String |
getCompanyName()
Name of company, as a customer
|
MandateContactDetails |
getContactDetails()
Object containing contact details like email address and phone number
|
MandateAddress |
getMandateAddress()
Object containing billing address details
|
MandatePersonalInformation |
getPersonalInformation()
Object containing personal information of the customer
|
void |
setBankAccountIban(BankAccountIban value)
Object containing IBAN information
|
void |
setCompanyName(String value)
Name of company, as a customer
|
void |
setContactDetails(MandateContactDetails value)
Object containing contact details like email address and phone number
|
void |
setMandateAddress(MandateAddress value)
Object containing billing address details
|
void |
setPersonalInformation(MandatePersonalInformation value)
Object containing personal information of the customer
|
public BankAccountIban getBankAccountIban()
public void setBankAccountIban(BankAccountIban value)
public String getCompanyName()
public void setCompanyName(String value)
public MandateContactDetails getContactDetails()
public void setContactDetails(MandateContactDetails value)
public MandateAddress getMandateAddress()
public void setMandateAddress(MandateAddress value)
public MandatePersonalInformation getPersonalInformation()
public void setPersonalInformation(MandatePersonalInformation value)
Copyright © 2024 Worldline Global Collect. All rights reserved.