Class: LcpSdk::PostPayload
- Inherits:
-
Struct
- Object
- Struct
- LcpSdk::PostPayload
- Defined in:
- lib/generated_models.rb
Instance Attribute Summary collapse
-
#attachments ⇒ Object
Returns the value of attribute attachments.
-
#attributes ⇒ Object
Returns the value of attribute attributes.
-
#buyer_id ⇒ Object
Returns the value of attribute buyer_id.
-
#buyer_reference ⇒ Object
Returns the value of attribute buyer_reference.
-
#call ⇒ Object
Returns the value of attribute call.
-
#compliance ⇒ Object
Returns the value of attribute compliance.
-
#consumer ⇒ Object
Returns the value of attribute consumer.
-
#currency ⇒ Object
Returns the value of attribute currency.
-
#delivered_at ⇒ Object
Returns the value of attribute delivered_at.
-
#lead_id ⇒ Object
Returns the value of attribute lead_id.
-
#location ⇒ Object
Returns the value of attribute location.
-
#offer_id ⇒ Object
Returns the value of attribute offer_id.
-
#price_cents ⇒ Object
Returns the value of attribute price_cents.
-
#pricing ⇒ Object
Returns the value of attribute pricing.
-
#provenance ⇒ Object
Returns the value of attribute provenance.
-
#submitted_at ⇒ Object
Returns the value of attribute submitted_at.
Instance Attribute Details
#attachments ⇒ Object
Returns the value of attribute attachments
8 9 10 |
# File 'lib/generated_models.rb', line 8 def @attachments end |
#attributes ⇒ Object
Returns the value of attribute attributes
8 9 10 |
# File 'lib/generated_models.rb', line 8 def attributes @attributes end |
#buyer_id ⇒ Object
Returns the value of attribute buyer_id
8 9 10 |
# File 'lib/generated_models.rb', line 8 def buyer_id @buyer_id end |
#buyer_reference ⇒ Object
Returns the value of attribute buyer_reference
8 9 10 |
# File 'lib/generated_models.rb', line 8 def buyer_reference @buyer_reference end |
#call ⇒ Object
Returns the value of attribute call
8 9 10 |
# File 'lib/generated_models.rb', line 8 def call @call end |
#compliance ⇒ Object
Returns the value of attribute compliance
8 9 10 |
# File 'lib/generated_models.rb', line 8 def compliance @compliance end |
#consumer ⇒ Object
Returns the value of attribute consumer
8 9 10 |
# File 'lib/generated_models.rb', line 8 def consumer @consumer end |
#currency ⇒ Object
Returns the value of attribute currency
8 9 10 |
# File 'lib/generated_models.rb', line 8 def currency @currency end |
#delivered_at ⇒ Object
Returns the value of attribute delivered_at
8 9 10 |
# File 'lib/generated_models.rb', line 8 def delivered_at @delivered_at end |
#lead_id ⇒ Object
Returns the value of attribute lead_id
8 9 10 |
# File 'lib/generated_models.rb', line 8 def lead_id @lead_id end |
#location ⇒ Object
Returns the value of attribute location
8 9 10 |
# File 'lib/generated_models.rb', line 8 def location @location end |
#offer_id ⇒ Object
Returns the value of attribute offer_id
8 9 10 |
# File 'lib/generated_models.rb', line 8 def offer_id @offer_id end |
#price_cents ⇒ Object
Returns the value of attribute price_cents
8 9 10 |
# File 'lib/generated_models.rb', line 8 def price_cents @price_cents end |
#pricing ⇒ Object
Returns the value of attribute pricing
8 9 10 |
# File 'lib/generated_models.rb', line 8 def pricing @pricing end |
#provenance ⇒ Object
Returns the value of attribute provenance
8 9 10 |
# File 'lib/generated_models.rb', line 8 def provenance @provenance end |
#submitted_at ⇒ Object
Returns the value of attribute submitted_at
8 9 10 |
# File 'lib/generated_models.rb', line 8 def submitted_at @submitted_at end |