public class TransactionPending extends AbstractTransactionPending
| Modifier and Type | Field and Description |
|---|---|
protected Long |
id |
protected Long |
version |
allowedPaymentMethodBrands, allowedPaymentMethodConfigurations, billingAddress, completionBehavior, currency, customerEmailAddress, customerId, failedUrl, invoiceMerchantReference, language, lineItems, merchantReference, metaData, shippingAddress, shippingMethod, successUrl, timeZone, token, tokenizationMode| Constructor and Description |
|---|
TransactionPending() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Long |
getId()
The ID is the primary key of the entity.
|
Long |
getVersion()
The version number indicates the version of the entity.
|
int |
hashCode() |
TransactionPending |
id(Long id) |
void |
setId(Long id) |
void |
setVersion(Long version) |
String |
toString() |
TransactionPending |
version(Long version) |
addAllowedPaymentMethodBrandsItem, addAllowedPaymentMethodConfigurationsItem, addLineItemsItem, allowedPaymentMethodBrands, allowedPaymentMethodConfigurations, billingAddress, completionBehavior, currency, customerEmailAddress, customerId, failedUrl, getAllowedPaymentMethodBrands, getAllowedPaymentMethodConfigurations, getBillingAddress, getCompletionBehavior, getCurrency, getCustomerEmailAddress, getCustomerId, getFailedUrl, getInvoiceMerchantReference, getLanguage, getLineItems, getMerchantReference, getMetaData, getShippingAddress, getShippingMethod, getSuccessUrl, getTimeZone, getToken, getTokenizationMode, invoiceMerchantReference, language, lineItems, merchantReference, metaData, putMetaDataItem, setAllowedPaymentMethodBrands, setAllowedPaymentMethodConfigurations, setBillingAddress, setCompletionBehavior, setCurrency, setCustomerEmailAddress, setCustomerId, setFailedUrl, setInvoiceMerchantReference, setLanguage, setLineItems, setMerchantReference, setMetaData, setShippingAddress, setShippingMethod, setSuccessUrl, setTimeZone, setToken, setTokenizationMode, shippingAddress, shippingMethod, successUrl, timeZone, token, tokenizationModepublic TransactionPending id(Long id)
public Long getId()
public void setId(Long id)
public TransactionPending version(Long version)
public Long getVersion()
public void setVersion(Long version)
public boolean equals(Object o)
equals in class AbstractTransactionPendingpublic int hashCode()
hashCode in class AbstractTransactionPendingpublic String toString()
toString in class AbstractTransactionPendingCopyright © 2023. All rights reserved.