tokenizationMethod property
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;