Class: PayPal::SDK::AdaptivePayments::DataTypes::SenderOptions

Inherits:
DataType
  • Object
show all
Defined in:
lib/paypal-sdk/adaptive_payments/data_types.rb

Overview

Options that apply to the sender of a payment.

Class Method Summary collapse

Class Method Details

.load_membersObject



542
543
544
545
546
547
548
549
# File 'lib/paypal-sdk/adaptive_payments/data_types.rb', line 542

def self.load_members
  # Require the user to select a shipping address during the web flow. 
  object_of :requireShippingAddressSelection, Boolean
  # Determines whether or not the UI pages should display the shipping address set by user in this SetPaymentOptions request. 
  object_of :addressOverride, Boolean
  object_of :referrerCode, String
  object_of :shippingAddress, ShippingAddressInfo
end