public static class Creditor.SchemeIdentifier
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
Creditor.SchemeIdentifier.Currency |
static class |
Creditor.SchemeIdentifier.Scheme |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAddressLine1()
The first line of the support address.
|
java.lang.String |
getAddressLine2()
The second line of the support address.
|
java.lang.String |
getAddressLine3()
The third line of the support address.
|
java.lang.Boolean |
getCanSpecifyMandateReference()
Whether a custom reference can be submitted for mandates using this scheme identifier.
|
java.lang.String |
getCity()
The city of the support address.
|
java.lang.String |
getCountryCode()
The support ISO 3166-1 country code.
|
Creditor.SchemeIdentifier.Currency |
getCurrency()
The currency of the scheme identifier.
|
java.lang.String |
getEmail()
The support email address.
|
java.lang.Integer |
getMinimumAdvanceNotice()
The minimum interval, in working days, between the sending of a pre-notification to the customer, and the charge date of a payment using this scheme identifier.
|
java.lang.String |
getName()
The name which appears on customers’ bank statements.
|
java.lang.String |
getPhoneNumber()
The support phone number.
|
java.lang.String |
getPostalCode()
The support postal code.
|
java.lang.String |
getReference()
The scheme-unique identifier against which payments are submitted.
|
java.lang.String |
getRegion()
The support address region, county or department.
|
Creditor.SchemeIdentifier.Scheme |
getScheme()
The scheme which this scheme identifier applies to.
|
public java.lang.String getAddressLine1()
The first line of the support address.
public java.lang.String getAddressLine2()
The second line of the support address.
public java.lang.String getAddressLine3()
The third line of the support address.
public java.lang.Boolean getCanSpecifyMandateReference()
Whether a custom reference can be submitted for mandates using this scheme identifier.
public java.lang.String getCity()
The city of the support address.
public java.lang.String getCountryCode()
The support ISO 3166-1 country code.
public Creditor.SchemeIdentifier.Currency getCurrency()
The currency of the scheme identifier.
public java.lang.String getEmail()
The support email address.
public java.lang.Integer getMinimumAdvanceNotice()
The minimum interval, in working days, between the sending of a pre-notification to the customer, and the charge date of a payment using this scheme identifier.
By default, GoCardless sends these notifications automatically. Please see our compliance requirements for more details.
public java.lang.String getName()
The name which appears on customers’ bank statements.
public java.lang.String getPhoneNumber()
The support phone number.
public java.lang.String getPostalCode()
The support postal code.
public java.lang.String getReference()
The scheme-unique identifier against which payments are submitted.
public java.lang.String getRegion()
The support address region, county or department.
public Creditor.SchemeIdentifier.Scheme getScheme()
The scheme which this scheme identifier applies to.