public class TransactionCompletionRequest extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
externalId |
protected String |
invoiceMerchantReference |
protected Boolean |
lastCompletion |
protected List<CompletionLineItemCreate> |
lineItems |
protected String |
statementDescriptor |
protected Long |
transactionId |
| Constructor and Description |
|---|
TransactionCompletionRequest() |
| Modifier and Type | Method and Description |
|---|---|
TransactionCompletionRequest |
addLineItemsItem(CompletionLineItemCreate lineItemsItem) |
boolean |
equals(Object o) |
TransactionCompletionRequest |
externalId(String externalId) |
String |
getExternalId()
The external ID helps to identify the entity and a subsequent creation of an entity with the same ID will not create a new entity.
|
String |
getInvoiceMerchantReference() |
List<CompletionLineItemCreate> |
getLineItems()
The line items which will be used to complete the transaction.
|
String |
getStatementDescriptor()
The statement descriptor explain charges or payments on bank statements.
|
Long |
getTransactionId()
The ID of the transaction which should be completed.
|
int |
hashCode() |
TransactionCompletionRequest |
invoiceMerchantReference(String invoiceMerchantReference) |
Boolean |
isLastCompletion()
The last completion flag indicates if this is the last completion.
|
TransactionCompletionRequest |
lastCompletion(Boolean lastCompletion) |
TransactionCompletionRequest |
lineItems(List<CompletionLineItemCreate> lineItems) |
void |
setExternalId(String externalId) |
void |
setInvoiceMerchantReference(String invoiceMerchantReference) |
void |
setLastCompletion(Boolean lastCompletion) |
void |
setLineItems(List<CompletionLineItemCreate> lineItems) |
void |
setStatementDescriptor(String statementDescriptor) |
void |
setTransactionId(Long transactionId) |
TransactionCompletionRequest |
statementDescriptor(String statementDescriptor) |
String |
toString() |
TransactionCompletionRequest |
transactionId(Long transactionId) |
protected String externalId
protected String invoiceMerchantReference
protected Boolean lastCompletion
protected List<CompletionLineItemCreate> lineItems
protected String statementDescriptor
protected Long transactionId
public TransactionCompletionRequest externalId(String externalId)
public String getExternalId()
public void setExternalId(String externalId)
public TransactionCompletionRequest invoiceMerchantReference(String invoiceMerchantReference)
public String getInvoiceMerchantReference()
public void setInvoiceMerchantReference(String invoiceMerchantReference)
public TransactionCompletionRequest lastCompletion(Boolean lastCompletion)
public Boolean isLastCompletion()
public void setLastCompletion(Boolean lastCompletion)
public TransactionCompletionRequest lineItems(List<CompletionLineItemCreate> lineItems)
public TransactionCompletionRequest addLineItemsItem(CompletionLineItemCreate lineItemsItem)
public List<CompletionLineItemCreate> getLineItems()
public void setLineItems(List<CompletionLineItemCreate> lineItems)
public TransactionCompletionRequest statementDescriptor(String statementDescriptor)
public String getStatementDescriptor()
public void setStatementDescriptor(String statementDescriptor)
public TransactionCompletionRequest transactionId(Long transactionId)
public Long getTransactionId()
public void setTransactionId(Long transactionId)
Copyright © 2023. All rights reserved.