CreditCardPayment constructor
CreditCardPayment({
- CreditChargeInfo? creditChargeInfo,
- CreditChargeResponse? creditChargeResponse,
Implementation
CreditCardPayment({
this.creditChargeInfo, this.creditChargeResponse
});