Class: PayPal::SDK::Invoice::DataTypes::MarkInvoiceAsPaidRequest

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

Overview

The request object for MarkInvoiceAsPaid.

Class Method Summary collapse

Class Method Details

.load_membersObject



853
854
855
856
857
858
859
# File 'lib/paypal-sdk/invoice/data_types.rb', line 853

def self.load_members
  object_of :requestEnvelope, RequestEnvelope, :required => true
  # ID of the invoice to mark as paid. 
  object_of :invoiceID, String, :required => true
  # Details of the payment made against this invoice. 
  object_of :payment, OtherPaymentDetailsType, :required => true
end