Class: MangoModel::ApplePayPaymentData

Inherits:
Object
  • Object
show all
Defined in:
lib/mangopay/model/entity/pay_in/apple_pay_direct_pay_in.rb

Instance Attribute Summary collapse

Instance Attribute Details

#networkObject

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_dataObject

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_idObject

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