type property

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

Indicates the type of resource for which the transaction rule is defined. Possible values: * PaymentInstrumentGroup * PaymentInstrument * BalancePlatform * EntityUsageConfiguration * PlatformRule: The transaction rule is a platform-wide rule imposed by Adyen.

Implementation

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