dynamicLast4 property

  1. @JsonKey.new(name: "dynamic_last4")
String? get dynamicLast4
inherited

(For tokenized numbers only.) The last four digits of the device account number.

Implementation

@JsonKey(name: "cvc_check") VerificationCheck? get cvcCheck;/// (For tokenized numbers only.)
/// The last four digits of the device account number.
@JsonKey(name: "dynamic_last4") String? get dynamicLast4;