QuickbooksCreditCardPayment constructor

QuickbooksCreditCardPayment({
  1. QuickbooksCreditChargeResponse? creditChargeResponse,
  2. QuickbooksCreditChargeInfo? creditChargeInfo,
})

Implementation

QuickbooksCreditCardPayment({
  this.creditChargeResponse,
  this.creditChargeInfo,
});