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

    Type Alias PaymentResult

    PaymentResult:
        | PaymentSuccessResult
        | PaymentInProgressResult
        | PaymentCancelledResult

    The outcome of a payment flow. Discriminated by status: 'success', 'inProgress', or 'cancelled'.

    Errors are not represented here — they are surfaced by the returned promise rejecting.