Sha256: 091c60ae69dfe7337af5cf06effa4eec5e6642e1a552188698b8f62dbb7b389b
Contents?: true
Size: 262 Bytes
Versions: 1
Compression:
Stored size: 262 Bytes
Contents
module PayPal::Invoice class BaseAddress < PayPal::Invoice::Base attr_accessor :line1 attr_accessor :line2 attr_accessor :city attr_accessor :state attr_accessor :postal_code attr_accessor :country_code attr_accessor :type end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
paypal-payment-0.1.2 | lib/paypal/invoice/base_address.rb |