PaymentCheckURLResponse
public struct PaymentCheckURLResponse : Codable
Response model to check url of Payment.
-
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?
-
Creates an instance from the specified parameters.
Declaration
Swift
public init(isConsumed: Bool?)
Parameters
isConsumed
Indicates the current status of the
paymentURL
.