Class: OpenActive::Models::Schema::Order
Direct Known Subclasses
Order
Instance Attribute Summary collapse
Attributes inherited from Thing
#additional_type, #alternate_name, #description, #disambiguating_description, #identifier, #image, #main_entity_of_page, #name, #potential_action, #same_as, #subject_of, #url
Attributes inherited from JsonLdModel
#context, #id
Method Summary
Methods inherited from BaseModel
#assign_attributes, define_property, deserialize, #deserialize, deserialize_class, #initialize, #serialize, serialize, #set_property, #to_json
#check_types, included
included, #to_h, #values
Instance Attribute Details
100
101
102
|
# File 'lib/openactive/models/schema/order.rb', line 100
def accepted_offer
@accepted_offer
end
|
23
24
25
|
# File 'lib/openactive/models/schema/order.rb', line 23
def billing_address
@billing_address
end
|
115
116
117
|
# File 'lib/openactive/models/schema/order.rb', line 115
def broker
@broker
end
|
#confirmation_number ⇒ String
127
128
129
|
# File 'lib/openactive/models/schema/order.rb', line 127
def confirmation_number
@confirmation_number
end
|
121
122
123
|
# File 'lib/openactive/models/schema/order.rb', line 121
def customer
@customer
end
|
#discount ⇒ String, ...
68
69
70
|
# File 'lib/openactive/models/schema/order.rb', line 68
def discount
@discount
end
|
#discount_code ⇒ String
18
19
20
|
# File 'lib/openactive/models/schema/order.rb', line 18
def discount_code
@discount_code
end
|
#discount_currency ⇒ String
95
96
97
|
# File 'lib/openactive/models/schema/order.rb', line 95
def discount_currency
@discount_currency
end
|
#is_gift ⇒ Boolean?
12
13
14
|
# File 'lib/openactive/models/schema/order.rb', line 12
def is_gift
@is_gift
end
|
75
76
77
|
# File 'lib/openactive/models/schema/order.rb', line 75
def merchant
@merchant
end
|
#order_date ⇒ DateTime, ...
61
62
63
|
# File 'lib/openactive/models/schema/order.rb', line 61
def order_date
@order_date
end
|
105
106
107
|
# File 'lib/openactive/models/schema/order.rb', line 105
def order_delivery
@order_delivery
end
|
#order_number ⇒ String
110
111
112
|
# File 'lib/openactive/models/schema/order.rb', line 110
def order_number
@order_number
end
|
132
133
134
|
# File 'lib/openactive/models/schema/order.rb', line 132
def order_status
@order_status
end
|
81
82
83
|
# File 'lib/openactive/models/schema/order.rb', line 81
def ordered_item
@ordered_item
end
|
51
52
53
|
# File 'lib/openactive/models/schema/order.rb', line 51
def part_of_invoice
@part_of_invoice
end
|
#payment_due ⇒ DateTime?
28
29
30
|
# File 'lib/openactive/models/schema/order.rb', line 28
def payment_due
@payment_due
end
|
#payment_due_date ⇒ Date, ...
88
89
90
|
# File 'lib/openactive/models/schema/order.rb', line 88
def payment_due_date
@payment_due_date
end
|
34
35
36
|
# File 'lib/openactive/models/schema/order.rb', line 34
def payment_method
@payment_method
end
|
#payment_method_id ⇒ String
56
57
58
|
# File 'lib/openactive/models/schema/order.rb', line 56
def payment_method_id
@payment_method_id
end
|
#payment_url ⇒ URI
40
41
42
|
# File 'lib/openactive/models/schema/order.rb', line 40
def payment_url
@payment_url
end
|
45
46
47
|
# File 'lib/openactive/models/schema/order.rb', line 45
def seller
@seller
end
|
#type ⇒ String
7
8
9
|
# File 'lib/openactive/models/schema/order.rb', line 7
def type
"schema:Order"
end
|