PaymentCheckURLResponse
public struct PaymentCheckURLResponse : Codable
-
Indicates the current status of the
paymentURL
.Note
true: thepaymentURL
is no longer valid.Note
false: thepaymentURL
is available (The payment_url has a lifespan that is managed by each bank differently. Even the url is not consumed it may be expired by the bank.) to use.Declaration
Swift
public let isConsumed: Bool?
-
Declaration
Swift
public init(isConsumed: Bool?)