The SalesPaymentModel holds payments belonging to a SalesOrderModel.
Member
|
Type
|
Description
|
Amount
|
Decimal
|
|
CreditCardHint
|
String
|
The last 4 digits of the credit card if payment is a credit card type.
|
FormattedAmount
|
String
|
Text representation of the amount in current culture and currency.
|
FormattedHint
|
String
|
Text representation merged from the payment or credit card hint.
|
PaymentGatewayResponseCode
|
Gateway.ResponseCodeType
|
|
PaymentGatewayResponseCodeName
|
String
|
|
PaymentHint
|
String
|
Hint from other types of payment method.
|
PaymentMethod
|
PaymentMethodType
|
|
PaymentNonce
|
String
|
Usually a single use token representing the payment transaction.
|
SalesPaymentID
|
Integer
|
Object identifier.
|
TransactionType
|
SalesPaymentTransactionType
|
|
TransactionTypeName
|
String
|
|
VoucherHint
|
String
|
Voucher code hint if payment is a voucher type.
|