Sha256: a903ff5b1622130995fb805a9dcc40a4f7f63f97d0e8d704023823c4668ee511
Contents?: true
Size: 793 Bytes
Versions: 4
Compression:
Stored size: 793 Bytes
Contents
# # Ruby classes automatically generated from java classes-- don't edit # module Killbill module Plugin module Model class PaymentAttempt include com.ning.billing.payment.api.PaymentAttempt attr_reader :id, :created_date, :updated_date, :effective_date, :gateway_error_code, :gateway_error_msg, :payment_status def initialize(id, created_date, updated_date, effective_date, gateway_error_code, gateway_error_msg, payment_status) @id = id @created_date = created_date @updated_date = updated_date @effective_date = effective_date @gateway_error_code = gateway_error_code @gateway_error_msg = gateway_error_msg @payment_status = payment_status end end end end end
Version data entries
4 entries across 4 versions & 1 rubygems