usage property

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

Specifies how many times the card can be used. Possible values: singleUse, multiUse. > Reach out to your Adyen contact to determine the value relevant for your integration.

Implementation

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