Sha256: 425f709d3bd3549ea24e22fb03eb5e001657022b74a9f2715c95dc3d7373bf1e
Contents?: true
Size: 526 Bytes
Versions: 9
Compression:
Stored size: 526 Bytes
Contents
class CreditCardTransactionOptions attr_accessor :PaymentMethodCode attr_accessor :CurrencyIso attr_accessor :IataAmountInCents attr_accessor :CaptureDelayInMinutes attr_accessor :MerchantCategoryCode attr_accessor :SoftDescriptorText attr_accessor :InterestRate attr_accessor :ExtendedLimitEnabled attr_accessor :ExtendedLimitCode def to_json hash = {} instance_variables.each {|var| hash[var.to_s.delete('@')] = instance_variable_get(var) } hash end end
Version data entries
9 entries across 9 versions & 2 rubygems