public class TssV2TransactionsGet200ResponsePaymentInformationBankMandate extends Object
| Constructor | Description |
|---|---|
TssV2TransactionsGet200ResponsePaymentInformationBankMandate() |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
equals(Object o) |
|
String |
getId() |
The mandate ID.
|
String |
getRecurringType() |
Whether the direct debit is the first or last direct debit associated with the mandate, or one in between.
|
String |
getReferenceNumber() |
Unique value generated by CyberSource that identifies the transaction.
|
int |
hashCode() |
|
TssV2TransactionsGet200ResponsePaymentInformationBankMandate |
id(String id) |
|
TssV2TransactionsGet200ResponsePaymentInformationBankMandate |
recurringType(String recurringType) |
|
TssV2TransactionsGet200ResponsePaymentInformationBankMandate |
referenceNumber(String referenceNumber) |
|
void |
setId(String id) |
|
void |
setRecurringType(String recurringType) |
|
void |
setReferenceNumber(String referenceNumber) |
|
String |
toString() |
public TssV2TransactionsGet200ResponsePaymentInformationBankMandate()
public TssV2TransactionsGet200ResponsePaymentInformationBankMandate referenceNumber(String referenceNumber)
public String getReferenceNumber()
public void setReferenceNumber(String referenceNumber)
public TssV2TransactionsGet200ResponsePaymentInformationBankMandate recurringType(String recurringType)
public String getRecurringType()
public void setRecurringType(String recurringType)
public TssV2TransactionsGet200ResponsePaymentInformationBankMandate id(String id)
public String getId()
public void setId(String id)
Copyright © 2026. All rights reserved.