PaymentIntentNextActionKonbini constructor

const PaymentIntentNextActionKonbini({
  1. required DateTime expiresAt,
  2. String? hostedVoucherUrl,
  3. required PaymentIntentNextActionKonbiniStores stores,
})

payment_intent_next_action_konbini

Implementation

const PaymentIntentNextActionKonbini({
  required this.expiresAt,
  this.hostedVoucherUrl,
  required this.stores,
});