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

    Type Alias PaymentMethodWritable

    Payment Method Response Object.

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

    Properties

    data?:
        | { [key: string]: never }
        | { [key: string]: never }
        | { [key: string]: never }
    id?: number

    The unique ID of this Payment Method.

    is_default?: boolean

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

    type?: "credit_card" | "google_pay" | "paypal"

    The type of Payment Method.