merchantApplication property

  1. @BuiltValueField.new(wireName: r'merchantApplication')
CommonField? get merchantApplication

Merchant developed software, such as cashier application, used to interact with the Adyen API.

Implementation

@BuiltValueField(wireName: r'merchantApplication')
CommonField? get merchantApplication;