Google Apps Script API
    Preparing search index...
    interface OrderPaymentMethod {
        billingAddress?: OrderAddress;
        expirationMonth?: number;
        expirationYear?: number;
        lastFourDigits?: string;
        phoneNumber?: string;
        type?: string;
    }
    Index

    Properties

    billingAddress?: OrderAddress
    expirationMonth?: number
    expirationYear?: number
    lastFourDigits?: string
    phoneNumber?: string
    type?: string