Class: PayPal::SDK::Invoice::DataTypes::PayPalPaymentDetailsType

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

Overview

PayPal payment details about the invoice.

Class Method Summary collapse

Class Method Details

.load_membersObject



349
350
351
352
353
354
# File 'lib/paypal-sdk/invoice/data_types.rb', line 349

def self.load_members
  # Transaction ID of the PayPal payment. 
  object_of :transactionID, String, :required => true
  # Date when the invoice was paid. 
  object_of :date, DateTime
end