taxId property

  1. @BuiltValueField.new(wireName: r'taxId')
String? get taxId

The tax ID of the sub-merchant. * Format: Numeric * Fixed length: 11 digits for the CPF or 14 digits for the CNPJ

Implementation

@BuiltValueField(wireName: r'taxId')
String? get taxId;