Mayson Monorepo Documentation
    Preparing search index...
    interface Card {
        reference?: string;
        reference_status?: string;
        reference_type?: string;
        type: Stripe.Refund.DestinationDetails.Card.Type;
    }
    Index

    Properties

    reference?: string

    Value of the reference number assigned to the refund.

    reference_status?: string

    Status of the reference number on the refund. This can be pending, available or unavailable.

    reference_type?: string

    Type of the reference number assigned to the refund.

    The type of refund. This can be refund, reversal, or pending.