Mayson Monorepo Documentation
    Preparing search index...
    interface CreditGrantUpdateParams {
        expand?: string[];
        expires_at?: Emptyable<number>;
        metadata?: MetadataParam;
    }
    Index

    Properties

    expand?: string[]

    Specifies which fields in the response should be expanded.

    expires_at?: Emptyable<number>

    The time when the billing credits created by this credit grant expire. If set to empty, the billing credits never expire.

    metadata?: MetadataParam

    Set of key-value pairs you can attach to an object. You can use this to store additional information about the object (for example, cost basis) in a structured format.