Class: MangoModel::ApplePayPayIn

Inherits:
PayIn show all
Includes:
MangoPay::Jsonifier
Defined in:
lib/mangopay/model/entity/pay_in/apple_pay_direct_pay_in.rb

Constant Summary

Constants included from MangoPay::Jsonifier

MangoPay::Jsonifier::LOG

Instance Attribute Summary collapse

Attributes inherited from PayIn

#culture, #execution_type, #payment_type

Attributes inherited from Transaction

#author_id, #credited_funds, #credited_user_id, #credited_wallet_id, #debited_funds, #debited_wallet_id, #execution_date, #fees, #nature, #result_code, #result_message, #status, #type

Attributes inherited from EntityBase

#creation_date, #id, #tag

Method Summary

Methods included from MangoPay::Jsonifier

#dejsonify, #jsonify!

Methods included from NonInstantiable

#initialize

Instance Attribute Details

#payment_dataObject

Returns the value of attribute payment_data.



12
13
14
# File 'lib/mangopay/model/entity/pay_in/apple_pay_direct_pay_in.rb', line 12

def payment_data
  @payment_data
end

#return_urlObject

Returns the value of attribute return_url.



14
15
16
# File 'lib/mangopay/model/entity/pay_in/apple_pay_direct_pay_in.rb', line 14

def return_url
  @return_url
end

#statement_descriptorObject

String

Custom description to appear on the user’s bank statement.

(max 100 alphanumeric/spaces)



10
11
12
# File 'lib/mangopay/model/entity/pay_in/apple_pay_direct_pay_in.rb', line 10

def statement_descriptor
  @statement_descriptor
end