InvoiceAcceptedPaymentMethods constructor

InvoiceAcceptedPaymentMethods({
  1. bool? card,
  2. bool? bankAccount,
  3. bool? squareGiftCard,
})

Implementation

InvoiceAcceptedPaymentMethods({
  this.card, this.bankAccount, this.squareGiftCard
});