Class: PayPal::SDK::Invoice::DataTypes::CreateInvoiceRequest

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

Overview

The request object for CreateInvoice.

Class Method Summary collapse

Class Method Details

.load_membersObject



567
568
569
570
571
# File 'lib/paypal-sdk/invoice/data_types.rb', line 567

def self.load_members
  object_of :requestEnvelope, RequestEnvelope, :required => true
  # Data to populate the newly created invoice. 
  object_of :invoice, InvoiceType, :required => true
end