Class: MangoModel::GooglePayPaymentData

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

Instance Attribute Summary collapse

Instance Attribute Details

#networkObject

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_dataObject

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_idObject

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