externalPlatform property

  1. @BuiltValueField.new(wireName: r'externalPlatform')
ExternalPlatform? get externalPlatform

Third-party developed platform used to initiate payment requests. For example, Magento, Zuora, etc.

Implementation

@BuiltValueField(wireName: r'externalPlatform')
ExternalPlatform? get externalPlatform;