PaymentPayorderResult constructor

PaymentPayorderResult({
  1. String? stripeId,
  2. String? stripeClientSecret,
  3. String? stripeStatus,
  4. double? price,
  5. String? currency,
  6. double? subUnit,
})

Implementation

PaymentPayorderResult(
    {this.stripeId,
    this.stripeClientSecret,
    this.stripeStatus,
    this.price,
    this.currency,
    this.subUnit});