Mayson Monorepo Documentation
    Preparing search index...

    The ApplePayDomain object.

    interface ApplePayDomain {
        id: string;
        object: "apple_pay_domain";
        created: number;
        deleted?: void;
        domain_name: string;
        livemode: boolean;
    }
    Index

    Properties

    id: string

    Unique identifier for the object.

    object: "apple_pay_domain"

    String representing the object's type. Objects of the same type share the same value.

    created: number

    Time at which the object was created. Measured in seconds since the Unix epoch.

    deleted?: void

    Always true for a deleted object

    domain_name: string
    livemode: boolean

    Has the value true if the object exists in live mode or the value false if the object exists in test mode.