@stigg/js-client-sdk - v3.92.2

    Type Alias DetachCustomerPaymentMethodInput

    Remove a payment method from a customer

    type DetachCustomerPaymentMethodInput = {
        customerId: Scalars["String"];
        environmentId?: InputMaybe<Scalars["UUID"]>;
    }
    Index

    Properties

    customerId: Scalars["String"]

    Customer slug

    environmentId?: InputMaybe<Scalars["UUID"]>

    The unique identifier for the environment

    MMNEPVFCICPMFPCPTTAAATR