subMerchants property

  1. @BuiltValueField.new(wireName: r'subMerchants')
BuiltList<SubMerchantInfo>? get subMerchants

This field contains additional information on the submerchant, who is onboarded to an acquirer through a payment facilitator or aggregator

Implementation

@BuiltValueField(wireName: r'subMerchants')
BuiltList<SubMerchantInfo>? get subMerchants;