getType()
:
EnumValue
Returns the value of the transaction type where the value is one of TYPE_AUTH, TYPE_AUTH_REVERSAL, TYPE_CAPTURE or TYPE_CREDIT.
setType(type
:
String)
:
void
Sets the value of the transaction type where permissible values are TYPE_AUTH, TYPE_AUTH_REVERSAL, TYPE_CAPTURE or TYPE_CREDIT.
getAccountID
Returns the payment service-specific account id.
Returns:
the payment service-specific account id.
getAccountType
Returns the payment service-specific account type.
Returns:
the payment service-specific account type.
getAmount
Returns the amount of the transaction.
Returns:
the amount of the transaction.
getPaymentInstrument
Returns the payment instrument related to this payment transaction.
Returns:
the order payment instrument related to this payment transaction.
getPaymentProcessor
Returns the payment processor related to this payment transaction.
Returns:
the payment processor related to this payment transaction.
getTransactionID
Returns the payment service-specific transaction id.
Returns:
the payment service-specific transaction id.
getType
Returns the value of the transaction type where the
value is one of TYPE_AUTH, TYPE_AUTH_REVERSAL, TYPE_CAPTURE
or TYPE_CREDIT.
Returns:
the value of the transaction type where the value is one of TYPE_AUTH, TYPE_AUTH_REVERSAL, TYPE_CAPTURE or TYPE_CREDIT.
setAccountID
setAccountID(accountID
:
String)
:
void
Sets the payment service-specific account id.
Parameters:
accountID
-
the payment service-specific account id.
setAccountType
setAccountType(accountType
:
String)
:
void
Sets the payment service-specific account type.
Parameters:
accountType
-
the payment service-specific account type.
setAmount
setAmount(amount
:
Money)
:
void
Sets the amount of the transaction.
Parameters:
amount
-
the amount of the transaction.
setPaymentProcessor
Sets the payment processor related to this payment transaction.
Parameters:
paymentProcessor
-
the payment processor related to this payment transaction.
setTransactionID
setTransactionID(transactionID
:
String)
:
void
Sets the payment service-specific transaction id.
Parameters:
transactionID
-
the payment service-specific transaction id.
setType
Sets the value of the transaction type where permissible
values are TYPE_AUTH, TYPE_AUTH_REVERSAL, TYPE_CAPTURE or TYPE_CREDIT.
Parameters:
type
-
the value of the transaction type where the value is one of TYPE_AUTH, TYPE_AUTH_REVERSAL, TYPE_CAPTURE or TYPE_CREDIT.