PaymentPagesCheckoutSessionTaxId constructor

const PaymentPagesCheckoutSessionTaxId({
  1. required InvoicesResourceInvoiceTaxIdType type,
  2. String? value,
})

PaymentPagesCheckoutSessionTaxID

Implementation

const PaymentPagesCheckoutSessionTaxId({
  required this.type,
  this.value,
});