Class: MangoModel::ApplePayPaymentData
- Inherits:
-
Object
- Object
- MangoModel::ApplePayPaymentData
- Defined in:
- lib/mangopay/model/entity/pay_in/apple_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.
21 22 23 |
# File 'lib/mangopay/model/entity/pay_in/apple_pay_direct_pay_in.rb', line 21 def network @network end |
#token_data ⇒ Object
Returns the value of attribute token_data.
23 24 25 |
# File 'lib/mangopay/model/entity/pay_in/apple_pay_direct_pay_in.rb', line 23 def token_data @token_data end |
#transaction_id ⇒ Object
Returns the value of attribute transaction_id.
19 20 21 |
# File 'lib/mangopay/model/entity/pay_in/apple_pay_direct_pay_in.rb', line 19 def transaction_id @transaction_id end |