CreditCardPayment constructor

CreditCardPayment({
  1. CreditChargeInfo? creditChargeInfo,
  2. CreditChargeResponse? creditChargeResponse,
})

Implementation

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