Sha256: 354814a13dcd968f7296fa84ed4111a1b5f9a53d6d5a3b65b8082ddcc1491692
Contents?: true
Size: 398 Bytes
Versions: 1
Compression:
Stored size: 398 Bytes
Contents
module PayPal::AdaptivePayments class Receiver include PayPal::Common::Base attr_accessor :amount attr_accessor :email attr_accessor :invoice_id attr_accessor :payment_type attr_accessor :payment_sub_type attr_accessor :phone attr_accessor :primary def set_phone(value) self.phone = build_value(PayPal::AdaptivePayments::Phone, value) end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
paypal-payment-0.1.2 | lib/paypal/adaptive_payments/receiver.rb |