projects/congarevenuecloud/ecommerce/src/lib/modules/payment/classes/gateway-transaction.model.ts
AccountId |
Type : string
|
Default value : null
|
Decorators :
@Expose({name: 'AccountId'})
|
AuthAmount |
Type : number
|
Default value : null
|
Decorators :
@Expose({name: 'AuthAmount'})
|
AuthAVSCode |
Type : string
|
Default value : null
|
Decorators :
@Expose({name: 'AuthAVSCode'})
|
AuthResponse |
Type : string
|
Default value : null
|
Decorators :
@Expose({name: 'AuthResponse'})
|
CardExpirationMonth |
Type : string
|
Default value : null
|
Decorators :
@Expose({name: 'CardExpirationMonth'})
|
CardExpirationYear |
Type : string
|
Default value : null
|
Decorators :
@Expose({name: 'CardExpirationYear'})
|
CardNumber |
Type : string
|
Default value : null
|
Decorators :
@Expose({name: 'CardNumber'})
|
CardType |
Type : string
|
Default value : null
|
Decorators :
@Expose({name: 'CardType'})
|
ECheckAccountNumber |
Type : boolean
|
Default value : null
|
Decorators :
@Expose({name: 'ECheckAccountNumber'})
|
ECheckAccountType |
Type : string
|
Default value : null
|
Decorators :
@Expose({name: 'ECheckAccountType'})
|
ECheckRoutingNumber |
Type : string
|
Default value : null
|
Decorators :
@Expose({name: 'ECheckRoutingNumber'})
|
GatewayDecision |
Type : string
|
Default value : null
|
Decorators :
@Expose({name: 'GatewayDecision'})
|
GatewayMessage |
Type : string
|
Default value : null
|
Decorators :
@Expose({name: 'GatewayMessage'})
|
OrderId |
Type : string
|
Default value : null
|
Decorators :
@Expose({name: 'OrderId'})
|
PaymentId |
Type : string
|
Default value : null
|
Decorators :
@Expose({name: 'PaymentId'})
|
PaymentMethodId |
Type : string
|
Default value : null
|
Decorators :
@Expose({name: 'PaymentMethodId'})
|
PaymentMethodTyp |
Type : string
|
Default value : null
|
Decorators :
@Expose({name: 'PaymentMethodType'})
|
ProfileId |
Type : string
|
Default value : null
|
Decorators :
@Expose({name: 'ProfileId'})
|
ReasonCode |
Type : string
|
Default value : null
|
Decorators :
@Expose({name: 'ReasonCode'})
|
ReferenceId |
Type : string
|
Default value : null
|
Decorators :
@Expose({name: 'ReferenceId'})
|
RefundId |
Type : string
|
Default value : null
|
Decorators :
@Expose({name: 'RefundId'})
|
RelatedAuthRequestId |
Type : string
|
Default value : null
|
Decorators :
@Expose({name: 'RelatedAuthRequestId'})
|
RequestAmount |
Type : number
|
Default value : null
|
Decorators :
@Expose({name: 'RequestAmount'})
|
RequestCurrency |
Type : string
|
Default value : null
|
Decorators :
@Expose({name: 'RequestCurrency'})
|
RequestDate |
Type : string
|
Default value : null
|
Decorators :
@Expose({name: 'RequestDate'})
|
RequestTaxAmount |
Type : number
|
Default value : null
|
Decorators :
@Expose({name: 'RequestTaxAmount'})
|
RequestTokenId |
Type : string
|
Default value : null
|
Decorators :
@Expose({name: 'RequestTokenId'})
|
ResponseCode |
Type : string
|
Default value : null
|
Decorators :
@Expose({name: 'ResponseCode'})
|
ResponseDate |
Type : string
|
Default value : null
|
Decorators :
@Expose({name: 'ResponseDate'})
|
ResponseString |
Type : string
|
Default value : null
|
Decorators :
@Expose({name: 'ResponseString'})
|
Status |
Type : string
|
Default value : null
|
Decorators :
@Expose({name: 'Status'})
|
TransactionId |
Type : string
|
Default value : null
|
Decorators :
@Expose({name: 'TransactionId'})
|
TransactionType |
Type : string
|
Default value : null
|
Decorators :
@Expose({name: 'TransactionType'})
|
UpdatedTokenId |
Type : string
|
Default value : null
|
Decorators :
@Expose({name: 'UpdatedTokenId'})
|