PaymentMethodDetailsBoleto constructor

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

payment_method_details_boleto

Implementation

const PaymentMethodDetailsBoleto({required this.taxId});