@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2020-09-14T15:19:00.879+05:30") public class TssV2TransactionsGet200ResponsePaymentInformationBankMandate extends Object
| Constructor and Description |
|---|
TssV2TransactionsGet200ResponsePaymentInformationBankMandate() |
| Modifier and Type | Method and 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 © 2020. All rights reserved.