@nexartis/nexartis-nanda-node-sdk - v1.2.1
    Preparing search index...

    Interface CheckoutPayment

    interface CheckoutPayment {
        amount: number;
        currency: string;
        method: string;
        provider_ref: string | null;
        status: string;
    }
    Index

    Properties

    amount: number
    currency: string
    method: string
    provider_ref: string | null
    status: string