airwallex-payment-react-native - v0.3.1
    Preparing search index...

    Interface PaymentConsent

    A reusable payment authorization tied to a customer and a payment method. Created during a RecurringSession / RecurringWithIntentSession flow, and later passed to payWithConsent to charge without re-prompting the customer.

    interface PaymentConsent {
        clientSecret?: string;
        createdAt?: string;
        customerId?: string;
        id?: string;
        merchantTriggerReason?: MerchantTriggerReason;
        nextTriggeredBy?: NextTriggeredBy;
        paymentMethod?: PaymentMethod;
        requestId?: string;
        status?: string;
        updatedAt?: string;
    }
    Index

    Properties

    clientSecret?: string
    createdAt?: string
    customerId?: string
    id?: string
    merchantTriggerReason?: MerchantTriggerReason
    nextTriggeredBy?: NextTriggeredBy
    paymentMethod?: PaymentMethod
    requestId?: string
    status?: string
    updatedAt?: string