public class BacsDirectDebitDetails extends Object implements PaymentMethodDetails
| Modifier and Type | Field and Description |
|---|---|
static String |
DIRECTDEBIT_GB |
| Constructor and Description |
|---|
BacsDirectDebitDetails() |
| Modifier and Type | Method and Description |
|---|---|
BacsDirectDebitDetails |
bankAccountNumber(String bankAccountNumber) |
BacsDirectDebitDetails |
bankLocationId(String bankLocationId) |
boolean |
equals(Object o) |
String |
getBankAccountNumber()
The bank account number (without separators).
|
String |
getBankLocationId()
The bank routing number of the account.
|
String |
getHolderName()
The name of the bank account holder.
|
String |
getType()
**directdebit_GB**
|
int |
hashCode() |
BacsDirectDebitDetails |
holderName(String holderName) |
void |
setBankAccountNumber(String bankAccountNumber) |
void |
setBankLocationId(String bankLocationId) |
void |
setHolderName(String holderName) |
void |
setType(String type) |
String |
toString() |
BacsDirectDebitDetails |
type(String type) |
public static final String DIRECTDEBIT_GB
public BacsDirectDebitDetails bankAccountNumber(String bankAccountNumber)
public String getBankAccountNumber()
public void setBankAccountNumber(String bankAccountNumber)
public BacsDirectDebitDetails bankLocationId(String bankLocationId)
public String getBankLocationId()
public void setBankLocationId(String bankLocationId)
public BacsDirectDebitDetails holderName(String holderName)
public String getHolderName()
public void setHolderName(String holderName)
public BacsDirectDebitDetails type(String type)
public String getType()
getType in interface PaymentMethodDetailspublic void setType(String type)
setType in interface PaymentMethodDetailsCopyright © 2022. All rights reserved.