tokenizationMethod property

  1. @JsonKey(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

@JsonKey(name: "tokenization_method")
CardTokenizationMethod? get tokenizationMethod =>
    throw _privateConstructorUsedError;