public class SepaDirectDebitDetails extends Object implements PaymentMethodDetails
| Modifier and Type | Field and Description |
|---|---|
static String |
SEPA_DIRECT_DEBIT
Possible types
|
| Constructor and Description |
|---|
SepaDirectDebitDetails() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getIban()
The International Bank Account Number (IBAN).
|
String |
getOwnerName()
The name of the bank account holder.
|
String |
getType()
**sepadirectdebit**
|
int |
hashCode() |
SepaDirectDebitDetails |
iban(String iban) |
SepaDirectDebitDetails |
ownerName(String ownerName) |
void |
setIban(String iban) |
void |
setOwnerName(String ownerName) |
void |
setType(String type) |
String |
toString() |
SepaDirectDebitDetails |
type(String type) |
public static final String SEPA_DIRECT_DEBIT
public SepaDirectDebitDetails iban(String iban)
public String getIban()
public void setIban(String iban)
public SepaDirectDebitDetails ownerName(String ownerName)
public String getOwnerName()
public void setOwnerName(String ownerName)
public SepaDirectDebitDetails type(String type)
public String getType()
getType in interface PaymentMethodDetailspublic void setType(String type)
setType in interface PaymentMethodDetailsCopyright © 2022. All rights reserved.