CheckoutOxxoPaymentMethodOptions constructor

const CheckoutOxxoPaymentMethodOptions({
  1. required int expiresAfterDays,
})

CheckoutOxxoPaymentMethodOptions

Implementation

const CheckoutOxxoPaymentMethodOptions({required this.expiresAfterDays});