class PayPal::SDK::AdaptivePayments::DataTypes::SenderOptions

Options that apply to the sender of a payment.

Public Class Methods

load_members() click to toggle source
# 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