billingEntityId property

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

The identification of the billing entity to use for the order. > When ordering products in Brazil, you do not need to include the billingEntityId in the request.

Implementation

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