PaymentMethodBoleto constructor

const PaymentMethodBoleto({
  1. required String taxId,
})

payment_method_boleto

Implementation

const PaymentMethodBoleto({required this.taxId});