@akamai/openapi-ts
    Preparing search index...

    Type Alias AddedGetPaymentMethods200Writable

    type AddedGetPaymentMethods200Writable = {
        data?: {
            data?:
                | { [key: string]: never }
                | { [key: string]: never }
                | { [key: string]: never };
            id?: number;
            is_default?: boolean;
            type?: "credit_card" | "google_pay" | "paypal";
        }[];
    }
    Index

    Properties

    Properties

    data?: {
        data?:
            | { [key: string]: never }
            | { [key: string]: never }
            | { [key: string]: never };
        id?: number;
        is_default?: boolean;
        type?: "credit_card" | "google_pay" | "paypal";
    }[]

    Type Declaration

    • Optionaldata?: { [key: string]: never } | { [key: string]: never } | { [key: string]: never }
    • Optionalid?: number

      The unique ID of this Payment Method.

    • Optionalis_default?: boolean

      Whether this Payment Method is the default method for automatically processing service charges.

    • Optionaltype?: "credit_card" | "google_pay" | "paypal"

      The type of Payment Method.