PaymentIntentNextActionKonbini constructor
const
PaymentIntentNextActionKonbini({
- required DateTime expiresAt,
- String? hostedVoucherUrl,
- required PaymentIntentNextActionKonbiniStores stores,
payment_intent_next_action_konbini
Implementation
const PaymentIntentNextActionKonbini({
required this.expiresAt,
this.hostedVoucherUrl,
required this.stores,
});