PaymentFlowsPrivatePaymentMethodsAlipayDetails constructor

const PaymentFlowsPrivatePaymentMethodsAlipayDetails({
  1. String? buyerId,
  2. String? fingerprint,
  3. String? transactionId,
})

PaymentFlowsPrivatePaymentMethodsAlipayDetails

Implementation

const PaymentFlowsPrivatePaymentMethodsAlipayDetails({
  this.buyerId,
  this.fingerprint,
  this.transactionId,
});