Sha256: 90a7f6c9659bfd5391876337b2b4240dd50c9876250fdeaca730007fcd813ef6
Contents?: true
Size: 423 Bytes
Versions: 3
Compression:
Stored size: 423 Bytes
Contents
require_relative '../transaction' require_relative '../../../util/non_instantiable' module MangoModel # Pay In entity class PayIn < Transaction extend NonInstantiable # [PayInPaymentType] Its type attr_accessor :payment_type # [CultureCode] The language to use for the payment page attr_accessor :culture # [PayInExecutionType] Its execution type attr_accessor :execution_type end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
mangopay-v4-4.1.0 | lib/mangopay/model/entity/pay_in/pay_in.rb |
mangopay-v4-4.0.2 | lib/mangopay/model/entity/pay_in/pay_in.rb |
mangopay-v4-4.0.1 | lib/mangopay/model/entity/pay_in/pay_in.rb |