Sha256: b4eca0ffabd5b6187a89fcef50fd3a15b6791a79ccd57ba5fdde20042dcafbb1
Contents?: true
Size: 614 Bytes
Versions: 1
Compression:
Stored size: 614 Bytes
Contents
module PayPal::Invoice class InvoiceSummary < PayPal::Invoice::Base attr_accessor :invoice_id attr_accessor :merchant_email attr_accessor :payer_email attr_accessor :number attr_accessor :currency_code attr_accessor :billing_business_name attr_accessor :billing_first_name attr_accessor :billing_last_name attr_accessor :shipping_business_name attr_accessor :shipping_first_name attr_accessor :shipping_last_name attr_accessor :total_amount attr_accessor :invoice_date attr_accessor :due_date attr_accessor :status attr_accessor :origin end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
paypal-payment-0.1.2 | lib/paypal/invoice/invoice_summary.rb |