interface ApiValidatorBodyTransactionIaptic {
    accessToken?: string;
    adapter: "stripe";
    type: "iaptic";
}

Properties

accessToken?: string

The access token

adapter: "stripe"

The backend adapter type (e.g., 'stripe')

type: "iaptic"