@paystreamer/sdk
    Preparing search index...

    Interface PaymentFailedEvent

    interface PaymentFailedEvent {
        account_id: string;
        id: string;
        platform_id: string;
        reason: string;
        timestamp: number;
    }
    Index
    account_id: string
    id: string
    platform_id: string
    reason: string
    timestamp: number