expMonth property

  1. @JsonKey(name: "exp_month")
int? get expMonth
inherited

Two-digit number representing the card’s expiration month.

Implementation

@JsonKey(name: "exp_month")
int? get expMonth => throw _privateConstructorUsedError;