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

    Interface PaymentMethodTypeSetting

    interface PaymentMethodTypeSetting {
        confirmsUse?: boolean;
        description?: string;
        enabled?: boolean;
        name?: string;
        type?: PaymentMethodType;
    }
    Index
    confirmsUse?: boolean
    description?: string
    enabled?: boolean
    name?: string