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

    Type Alias CreditCardData

    Credit card

    Credit card information.

    type CreditCardData = {
        card_type?: string;
        expiry?: string;
        last_four?: string;
    }
    Index

    Properties

    card_type?: string

    Read-only The type of credit card.

    expiry?: string

    Read-only The expiration month and year of the credit card.

    last_four?: string

    Read-only The last four digits of the credit card number.