Class: MangoModel::GooglePayPaymentData
- Inherits:
-
Object
- Object
- MangoModel::GooglePayPaymentData
- Defined in:
- lib/mangopay/model/entity/pay_in/google_pay_direct_pay_in.rb
Instance Attribute Summary collapse
-
#network ⇒ Object
Returns the value of attribute network.
-
#token_data ⇒ Object
Returns the value of attribute token_data.
-
#transaction_id ⇒ Object
Returns the value of attribute transaction_id.
Instance Attribute Details
#network ⇒ Object
Returns the value of attribute network.
23 24 25 |
# File 'lib/mangopay/model/entity/pay_in/google_pay_direct_pay_in.rb', line 23 def network @network end |
#token_data ⇒ Object
Returns the value of attribute token_data.
25 26 27 |
# File 'lib/mangopay/model/entity/pay_in/google_pay_direct_pay_in.rb', line 25 def token_data @token_data end |
#transaction_id ⇒ Object
Returns the value of attribute transaction_id.
21 22 23 |
# File 'lib/mangopay/model/entity/pay_in/google_pay_direct_pay_in.rb', line 21 def transaction_id @transaction_id end |