Google Apps Script API
    Preparing search index...
    interface TestOrderPaymentMethod {
        expirationMonth?: number;
        expirationYear?: number;
        lastFourDigits?: string;
        predefinedBillingAddress?: string;
        type?: string;
    }
    Index

    Properties

    expirationMonth?: number
    expirationYear?: number
    lastFourDigits?: string
    predefinedBillingAddress?: string
    type?: string