Mayson Monorepo Documentation
    Preparing search index...
    interface AuthorizationIncrementParams {
        increment_amount: number;
        expand?: string[];
        is_amount_controllable?: boolean;
    }
    Index

    Properties

    increment_amount: number

    The amount to increment the authorization by. This amount is in the authorization currency and in the smallest currency unit.

    expand?: string[]

    Specifies which fields in the response should be expanded.

    is_amount_controllable?: boolean

    If set true, you may provide amount to control how much to hold for the authorization.