ExpiryDate
public struct ExpiryDate : Equatable
ExpiryDate struct representing month and year as Int for the expiry date field.
-
Declaration
Swift
public let month: Int -
Declaration
Swift
public let year: Int -
Declaration
Swift
public init(month: Int, year: Int)
View on GitHub
ExpiryDate