PaymentMethodDetailsWechatPay constructor

const PaymentMethodDetailsWechatPay({
  1. String? fingerprint,
  2. String? transactionId,
})

payment_method_details_wechat_pay

Implementation

const PaymentMethodDetailsWechatPay({
  this.fingerprint,
  this.transactionId,
});