Sha256: c2fedfc8d51ecda27b284b19b252e88753399fb435d41cb1269ab9f375f5e479

Contents?: true

Size: 355 Bytes

Versions: 3

Compression:

Stored size: 355 Bytes

Contents

require_relative '../common/jsonifier'

module MangoModel

  # Holds document page viewing data
  class DocumentPageConsult
    include MangoPay::Jsonifier

    # [String] URL where this document page can be viewed
    attr_accessor :url

    # [Integer] Time when the page consult will expire (UNIX timestamp)
    attr_accessor :expiration_date
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
mangopay-v4-4.1.0 lib/mangopay/model/document_page_consult.rb
mangopay-v4-4.0.2 lib/mangopay/model/document_page_consult.rb
mangopay-v4-4.0.1 lib/mangopay/model/document_page_consult.rb