UNPKG

@oystehr/sdk

Version:

Oystehr SDK

12 lines (10 loc) 243 B
// AUTOGENERATED -- DO NOT EDIT /** * Successfully requested a payment method setup. */ export interface PaymentMethodSetUpResponse { /** * Client secret for registering a payment method for the payor. */ clientSecret?: string; }