Class: PayPal::SDK::Merchant::DataTypes::CoupledBucketsType

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

Overview

Defines relationship between buckets

Class Method Summary collapse

Class Method Details

.load_membersObject



3310
3311
3312
3313
3314
3315
3316
# File 'lib/paypal-sdk/merchant/data_types.rb', line 3310

def self.load_members
  # Relationship Type - LifeTime (default) 
  object_of :CoupleType, CoupleType, :namespace => :ebl
  # Identifier for this relation 
  object_of :CoupledPaymentRequestID, String, :namespace => :ebl
  array_of :PaymentRequestID, String, :namespace => :ebl, :required => true
end