Module: GenesisRuby::Api::Mixins::Requests::Financial::Cards::InstallmentAttributes
- Included in:
- Requests::Financial::Capture, Requests::Financial::Cards::Authorize, Requests::Financial::Cards::Authorize3d, Requests::Financial::Cards::Sale, Requests::Financial::Cards::Sale3d, Requests::Financial::Refund
- Defined in:
- lib/genesis_ruby/api/mixins/requests/financial/cards/installment_attributes.rb
Overview
Installment shared attributes mixin
Instance Attribute Summary collapse
-
#installment_plan_id ⇒ Object
Returns the value of attribute installment_plan_id.
-
#installment_plan_reference ⇒ Object
Returns the value of attribute installment_plan_reference.
Instance Attribute Details
#installment_plan_id ⇒ Object
Returns the value of attribute installment_plan_id.
12 13 14 |
# File 'lib/genesis_ruby/api/mixins/requests/financial/cards/installment_attributes.rb', line 12 def installment_plan_id @installment_plan_id end |
#installment_plan_reference ⇒ Object
Returns the value of attribute installment_plan_reference.
12 13 14 |
# File 'lib/genesis_ruby/api/mixins/requests/financial/cards/installment_attributes.rb', line 12 def installment_plan_reference @installment_plan_reference end |