salesChannels property

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

List of sales channels that the merchant will process payments with

Implementation

@BuiltValueField(wireName: r'salesChannels')
BuiltList<String>? get salesChannels;