Class: OpenActive::Models::Payment
Instance Attribute Summary collapse
#additional_type, #alternate_name, #description, #disambiguating_description, #image, #main_entity_of_page, #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
#account_id ⇒ String
25
26
27
|
# File 'lib/openactive/models/payment.rb', line 25
def account_id
@account_id
end
|
#identifier ⇒ int, ...
11
12
13
|
# File 'lib/openactive/models/payment.rb', line 11
def identifier
@identifier
end
|
#name ⇒ String
20
21
22
|
# File 'lib/openactive/models/payment.rb', line 20
def name
@name
end
|
30
31
32
|
# File 'lib/openactive/models/payment.rb', line 30
def payment_method
@payment_method
end
|
#payment_provider_id ⇒ String
36
37
38
|
# File 'lib/openactive/models/payment.rb', line 36
def payment_provider_id
@payment_provider_id
end
|
#type ⇒ String
6
7
8
|
# File 'lib/openactive/models/payment.rb', line 6
def type
"Payment"
end
|