Class: PayPal::AdaptivePayments::SenderOptions

Inherits:
Object
  • Object
show all
Includes:
Common::Base
Defined in:
lib/paypal/adaptive_payments/sender_options.rb

Instance Attribute Summary collapse

Method Summary

Methods included from Common::Base

#after_initialize, #build_datetime, #build_value, #camelize, #hash_keys, #initialize, #request, #to_hash, #to_json, #underscore

Instance Attribute Details

#referrer_codeObject

Returns the value of attribute referrer_code.



6
7
8
# File 'lib/paypal/adaptive_payments/sender_options.rb', line 6

def referrer_code
  @referrer_code
end

#require_shipping_address_selectionObject

Returns the value of attribute require_shipping_address_selection.



5
6
7
# File 'lib/paypal/adaptive_payments/sender_options.rb', line 5

def require_shipping_address_selection
  @require_shipping_address_selection
end