PaymentCheckURLResponse

public struct PaymentCheckURLResponse : Codable
  • Indicates the current status of the paymentURL.

    Note

    true: the paymentURL is no longer valid.

    Note

    false: the paymentURL 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?)