tokenizationMethod property

  1. @JsonKey.new(name: "tokenization_method")
CardTokenizationMethod? get tokenizationMethod
inherited

If the card number is tokenized, this is the method that was used. Can be android_pay (includes Google Pay), apple_pay, masterpass, visa_checkout, or null.

Implementation

String? get name;/// If the card number is tokenized, this is the method that was used.
/// Can be android_pay (includes Google Pay), apple_pay, masterpass,
/// visa_checkout, or null.
@JsonKey(name: "tokenization_method") CardTokenizationMethod? get tokenizationMethod;