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

    Interface PaymentMethod

    The payment instrument attached to a PaymentConsent — typically a saved card, along with its billing details.

    interface PaymentMethod {
        billing?: Shipping;
        card?: Card;
        customerId?: string;
        id?: string;
        type?: string;
    }
    Index

    Properties

    billing?: Shipping
    card?: Card
    customerId?: string
    id?: string
    type?: string