dynamicLast4 property
(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;