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



3303
3304
3305
3306
3307
3308
3309
# File 'lib/paypal-sdk/merchant/data_types.rb', line 3303

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