Class: OpenActive::Models::Payment

Inherits:
Schema::Thing show all
Defined in:
lib/openactive/models/payment.rb

Direct Known Subclasses

DynamicPayment

Instance Attribute Summary collapse

Attributes inherited from Schema::Thing

#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

Methods included from Concerns::TypeChecker

#check_types, included

Methods included from Concerns::JsonLdSerializable

included, #to_h, #values

Constructor Details

This class inherits a constructor from OpenActive::BaseModel

Instance Attribute Details

#account_idString

Returns:

  • (String)


25
26
27
# File 'lib/openactive/models/payment.rb', line 25

def 
  @account_id
end

#identifierint, ...



11
12
13
# File 'lib/openactive/models/payment.rb', line 11

def identifier
  @identifier
end

#nameString

Returns:

  • (String)


20
21
22
# File 'lib/openactive/models/payment.rb', line 20

def name
  @name
end

#payment_methodOpenActive::Enums::Schema::PaymentMethod?



30
31
32
# File 'lib/openactive/models/payment.rb', line 30

def payment_method
  @payment_method
end

#payment_provider_idString

Returns:

  • (String)


36
37
38
# File 'lib/openactive/models/payment.rb', line 36

def payment_provider_id
  @payment_provider_id
end

#typeString

Returns:

  • (String)


6
7
8
# File 'lib/openactive/models/payment.rb', line 6

def type
  "Payment"
end