public final class Transaction
extends java.lang.Object
implements android.os.Parcelable
| Modifier and Type | Field and Description |
|---|---|
static android.os.Parcelable.Creator<Transaction> |
CREATOR |
| Modifier | Constructor and Description |
|---|---|
protected |
Transaction(android.os.Parcel in) |
| Modifier and Type | Method and Description |
|---|---|
int |
describeContents() |
java.lang.String |
getAcceptHeader() |
java.util.List<PaymentMethodBrand> |
getAllowedPaymentMethodBrands() |
java.util.List<java.lang.Long> |
getAllowedPaymentMethodConfigurations() |
float |
getAuthorizationAmount() |
java.lang.String |
getAuthorizedOn() |
Address |
getBillingAddress() |
java.lang.String |
getCompletedOn() |
java.lang.String |
getCompletionTimeoutOn() |
long |
getConfirmedBy() |
java.lang.String |
getConfirmedOn() |
long |
getCreatedBy() |
java.lang.String |
getCreatedOn()
The created on date indicates the date on which the
entity was stored into the database.
|
java.lang.String |
getCurrency() |
java.lang.String |
getCustomerEmailAddress()
The customer email address is the email address of the customer.
|
java.lang.String |
getCustomerId() |
CustomersPresence |
getCustomersPresence() |
java.lang.String |
getEndOfLife()
The transaction's end of life indicates the date from which on
no operation can be carried out anymore.
|
java.lang.String |
getFailedOn() |
java.lang.String |
getFailedUrl()
The user will be redirected to failed URL when the transaction could
not be authorized or completed.
|
FailureReason |
getFailureReason() |
TransactionGroup |
getGroup() |
long |
getId()
The ID is the primary key of the entity.
|
java.lang.String |
getInternetProtocolAddress() |
java.lang.String |
getInternetProtocolAddressCountry() |
java.lang.String |
getInvoiceMerchantReference() |
java.lang.String |
getLanguage() |
java.util.List<LineItem> |
getLineItems() |
long |
getLinkedSpaceId()
The linked space id holds the ID of the space to which the entity belongs to.
|
java.lang.String |
getMerchantReference() |
java.util.Map<java.lang.String,java.lang.String> |
getMetaData()
Meta data allow to store additional data along the object.
|
ConnectorConfiguration |
getPaymentConnectorConfiguration() |
java.lang.String |
getPlannedPurgeDate()
The planned purge date indicates when the entity is permanently removed.
|
java.lang.String |
getProcessingOn() |
float |
getRefundedAmount()
The refunded amount is the total amount which has been refunded so far.
|
Address |
getShippingAddress() |
java.lang.String |
getShippingMethod() |
long |
getSpaceViewId() |
TransactionState |
getState() |
java.lang.String |
getSuccessUrl()
The user will be redirected to success URL when the transaction could
be authorized or completed.
|
Token |
getToken() |
java.lang.String |
getUserAgentHeader() |
java.lang.String |
getUserFailureMessage() |
TransactionUserInterfaceType |
getUserInterfaceType() |
int |
getVersion()
The version number indicates the version of the entity.
|
boolean |
isAwaitingFinalState() |
boolean |
isChargeRetryEnabled()
When the charging of the customer fails we can retry the charging.
|
boolean |
isFailed() |
boolean |
isSuccessful() |
void |
writeToParcel(android.os.Parcel parcel,
int i) |
public static final android.os.Parcelable.Creator<Transaction> CREATOR
public boolean isAwaitingFinalState()
public boolean isFailed()
public boolean isSuccessful()
public java.lang.String getAcceptHeader()
public float getAuthorizationAmount()
public java.lang.String getAuthorizedOn()
public Address getBillingAddress()
public boolean isChargeRetryEnabled()
public java.lang.String getCompletedOn()
public java.lang.String getCompletionTimeoutOn()
public long getConfirmedBy()
public java.lang.String getConfirmedOn()
public long getCreatedBy()
public java.lang.String getCreatedOn()
public java.lang.String getCurrency()
public java.lang.String getCustomerEmailAddress()
public java.lang.String getCustomerId()
public CustomersPresence getCustomersPresence()
public java.lang.String getEndOfLife()
public java.lang.String getFailedOn()
public java.lang.String getFailedUrl()
public long getId()
public java.lang.String getInternetProtocolAddress()
public java.lang.String getInternetProtocolAddressCountry()
public java.lang.String getInvoiceMerchantReference()
public java.lang.String getLanguage()
public java.util.List<LineItem> getLineItems()
public long getLinkedSpaceId()
public java.lang.String getMerchantReference()
public java.util.Map<java.lang.String,java.lang.String> getMetaData()
public java.lang.String getPlannedPurgeDate()
public java.lang.String getProcessingOn()
public float getRefundedAmount()
public Address getShippingAddress()
public java.lang.String getShippingMethod()
public long getSpaceViewId()
public TransactionState getState()
public java.lang.String getSuccessUrl()
public Token getToken()
public java.lang.String getUserAgentHeader()
public java.util.List<PaymentMethodBrand> getAllowedPaymentMethodBrands()
public java.util.List<java.lang.Long> getAllowedPaymentMethodConfigurations()
public FailureReason getFailureReason()
public TransactionGroup getGroup()
public ConnectorConfiguration getPaymentConnectorConfiguration()
public java.lang.String getUserFailureMessage()
public TransactionUserInterfaceType getUserInterfaceType()
public int getVersion()
public int describeContents()
describeContents in interface android.os.Parcelablepublic void writeToParcel(android.os.Parcel parcel,
int i)
writeToParcel in interface android.os.Parcelable