Class: PayPal::SDK::ButtonManager::DataTypes::CoupledBucketsType
- Inherits:
-
DataType
- Object
- Core::API::DataTypes::Base
- DataType
- PayPal::SDK::ButtonManager::DataTypes::CoupledBucketsType
- Defined in:
- lib/paypal-sdk/button_manager/data_types.rb
Overview
Defines relationship between buckets
Class Method Summary collapse
Class Method Details
.load_members ⇒ Object
3201 3202 3203 3204 3205 3206 3207 |
# File 'lib/paypal-sdk/button_manager/data_types.rb', line 3201 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 |