PaymentPagesCheckoutSessionTaxId constructor
const
PaymentPagesCheckoutSessionTaxId({
- required InvoicesResourceInvoiceTaxIdType type,
- String? value,
PaymentPagesCheckoutSessionTaxID
Implementation
const PaymentPagesCheckoutSessionTaxId({
required this.type,
this.value,
});