Type alias deleteCustomerPaymentInstrumentPathParameters

deleteCustomerPaymentInstrumentPathParameters: {
    customerId: string;
    organizationId: string;
    paymentInstrumentId: string;
}

Type declaration

  • customerId: string
  • organizationId: string
  • paymentInstrumentId: string