@tax1driver/ts-przelewy24
    Preparing search index...

    Interface ChargeBlikByCodeParams

    Parameters for charging BLIK account by code

    ChargeBlikByCodeParams

    interface ChargeBlikByCodeParams {
        aliasLabel?: string;
        aliasValue?: string;
        blikCode: string;
        recurring?: RecurringParams;
        token: string;
    }
    Index

    Properties

    aliasLabel?: string

    Optional alias label for identification

    ChargeBlikByCodeParams

    aliasValue?: string

    Optional alias value for future payments

    ChargeBlikByCodeParams

    blikCode: string

    BLIK code from the customer

    ChargeBlikByCodeParams

    recurring?: RecurringParams

    Optional recurring payment parameters

    ChargeBlikByCodeParams

    token: string

    Transaction token

    ChargeBlikByCodeParams