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



706
707
708
709
710
711
712
# File 'lib/paypal-sdk/invoice/data_types.rb', line 706

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