Type Alias InvoiceAutoPaymentDetails
InvoiceAutoPaymentDetails: { enable: boolean; type?: string; paymentMethodId?: string; card?: InvoiceCard; usBankAccount?: USBankAccount;} Type declaration
enable: boolean
Optional
type?: string
Optional
paymentMethodId?: string