Sha256: b608d08a1115b9a205970e8cc63bd23f2fa2855be9e32f209b4765c7c7cb043f

Contents?: true

Size: 378 Bytes

Versions: 1

Compression:

Stored size: 378 Bytes

Contents

class Kaui::Refund < Kaui::Base
  SAMPLE_REASON_CODES = [ "500 - Courtesy",
                   "501 - Billing Error",
                   "502 - Alt payment method", 
                   "599 - OTHER" ]

  define_attr :account_id
  define_attr :external_key
  define_attr :payment_id
  define_attr :invoice_id
  define_attr :amount
  define_attr :comment
  define_attr :reason
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
kaui-0.0.1 app/models/kaui/refund.rb