expMonth property
Two-digit number representing the card’s expiration month.
Implementation
@JsonKey(name: "exp_month")
int? get expMonth => throw _privateConstructorUsedError;
Two-digit number representing the card’s expiration month.
@JsonKey(name: "exp_month")
int? get expMonth => throw _privateConstructorUsedError;