projects/congarevenuecloud/ecommerce/src/lib/modules/payment/classes/gateway-communication.model.ts
Properties |
CommunicationDate |
Type : string
|
Default value : null
|
Decorators :
@Expose({name: 'CommunicationDate'})
|
GatewayTransaction |
Type : GatewayTransaction
|
Default value : new GatewayTransaction()
|
Decorators :
@Expose({name: 'GatewayTransactiontId'})
|
GatewayTransactionId |
Type : string
|
Default value : null
|
Decorators :
@Expose({name: 'GatewayTransactiontId'})
|
Payload |
Type : string
|
Default value : null
|
Decorators :
@Expose({name: 'Payload'})
|
PayloadType |
Type : string
|
Default value : null
|
Decorators :
@Expose({name: 'PayloadType'})
|
Status |
Type : string
|
Default value : null
|
Decorators :
@Expose({name: 'Status'})
|
Type |
Type : string
|
Default value : null
|
Decorators :
@Expose({name: 'Type'})
|