cooptypes - v2026.4.27-2
    Preparing search index...

    Interface IPaymentData

    interface IPaymentData {
        block_num?: number;
        data: IBankAccount | ISbpDetails;
        deleted?: boolean;
        is_default: boolean;
        method_id: string;
        method_type: MethodTypes;
        username: string;
    }
    Index

    Properties

    block_num?: number
    deleted?: boolean
    is_default: boolean
    method_id: string
    method_type: MethodTypes
    username: string