Type Alias InvoiceAutoPaymentDetails

InvoiceAutoPaymentDetails: {
    enable: boolean;
    type?: string;
    paymentMethodId?: string;
    card?: InvoiceCard;
    usBankAccount?: USBankAccount;
}

Type declaration

  • enable: boolean
  • Optionaltype?: string
  • OptionalpaymentMethodId?: string
  • Optionalcard?: InvoiceCard
  • OptionalusBankAccount?: USBankAccount