interface CaptureCharge {
    amount: number;
    created: string;
    currency: string;
    fee: number;
    fee_refunded: number;
    id: string;
    merchant_transaction_id: string;
    order_id: string;
    transaction_id: string;
    type: string;
}

Hierarchy (View Summary)

Properties

amount: number
created: string
currency: string
fee: number
fee_refunded: number
id: string
merchant_transaction_id: string
order_id: string
transaction_id: string
type: string