public class AlternativePaymentData extends PaymentData
Constructor and Description |
---|
AlternativePaymentData() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAlternativePaymentMethod() |
AuthorisationMethod |
getAuthorisationMethod() |
java.lang.String |
getFinancialInstitution() |
VerificationMethod |
getVerificationMethod() |
void |
setAlternativePaymentMethod(java.lang.String value) |
void |
setAuthorisationMethod(AuthorisationMethod value) |
void |
setFinancialInstitution(java.lang.String value) |
void |
setVerificationMethod(VerificationMethod value) |
public void setAlternativePaymentMethod(java.lang.String value)
value
- Name of the alternative payment method.public java.lang.String getAlternativePaymentMethod()
public void setAuthorisationMethod(AuthorisationMethod value)
value
- The method by which the transaction was authorised.public AuthorisationMethod getAuthorisationMethod()
public void setVerificationMethod(VerificationMethod value)
value
- The method used to verify the payee.public VerificationMethod getVerificationMethod()
public void setFinancialInstitution(java.lang.String value)
value
- Name of the financial institution.public java.lang.String getFinancialInstitution()