Class: PayPal::SDK::AdaptivePayments::DataTypes::ReceiverOptions

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

Overview

Options that apply to the receiver of a payment, allows setting additional details for payment using invoice.

Class Method Summary collapse

Class Method Details

.load_membersObject



503
504
505
506
507
508
509
# File 'lib/paypal-sdk/adaptive_payments/data_types.rb', line 503

def self.load_members
  object_of :description, String
  object_of :customId, String
  object_of :invoiceData, InvoiceData
  object_of :receiver, ReceiverIdentifier, :required => true
  object_of :referrerCode, String
end