contract property

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

Specify the contract if you only want to disable a specific use. This field can be set to one of the following values, or to their combination (comma-separated): * ONECLICK * RECURRING * PAYOUT

Implementation

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