Class: PayPal::SDK::Merchant::DataTypes::CoupledBucketsType
- Inherits:
-
DataType
- Object
- Core::API::DataTypes::Base
- DataType
- PayPal::SDK::Merchant::DataTypes::CoupledBucketsType
- Defined in:
- lib/paypal-sdk/merchant/data_types.rb
Overview
Defines relationship between buckets
Class Method Summary collapse
Class Method Details
.load_members ⇒ Object
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 |