Inttegro TypeScript SDK - v8.2.0
    Preparing search index...

    Interface UpdatePaymentMethodRequest

    interface UpdatePaymentMethodRequest {
        active?: boolean;
        archived?: boolean;
        customData?: Record<string, string | null>;
        owner?: PaymentMethodOwner;
        paymentMethodId: string;
    }
    Index
    active?: boolean
    archived?: boolean
    customData?: Record<string, string | null>
    paymentMethodId: string