UNPKG

@oystehr/sdk

Version:

Oystehr SDK

10 lines (9 loc) 218 B
/** * Successfully requested a payment method setup. */ export interface PaymentMethodSetUpResponse { /** * Client secret for registering a payment method for the payor. */ clientSecret?: string; }