Home > @vsf-enterprise/stripe-epcc > EpccTransaction
# EpccTransaction interface
Payment transaction object in ElasticPath Commerce Cloud format
Signature:
export interface EpccTransaction
# Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| amount | number | ||
| client_parameters? | { secret: string; token: string; } | (Optional) | |
| currency | string | ||
| gateway | string | ||
| id | string | ||
| meta | { display_price: EpccPrice; display_refunded_amount: { total: EpccPrice; }; timestamps: { created_at: string; updated_at: string; }; } | ||
| payment_intent | PaymentIntent | ||
| reference | string | ||
| refunded_amount | number | ||
| relationships | { order: { data: { id: string; type: string; }; }; } | ||
| status | string | ||
| transaction_type | string | ||
| type | string |