tokenize property

  1. @BuiltValueField.new(wireName: r'tokenize')
bool? get tokenize

Set to true, the payment details are tokenized.

Implementation

@BuiltValueField(wireName: r'tokenize')
bool? get tokenize;