Class: PayPal::SDK::Merchant::DataTypes::CoupledPaymentInfoType

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

Overview

Information about Coupled Payment transactions.

Class Method Summary collapse

Class Method Details

.load_membersObject



3316
3317
3318
3319
3320
3321
# File 'lib/paypal-sdk/merchant/data_types.rb', line 3316

def self.load_members
  # ID received in the Coupled Payment Request
  object_of :CoupledPaymentRequestID, String, :namespace => :ebl
  # ID that uniquely identifies this CoupledPayment. Generated by PP in Response
  object_of :CoupledPaymentID, String, :namespace => :ebl, :required => true
end