Class: PayPal::SDK::ButtonManagerRails::DataTypes::CoupledBucketsType
- Inherits:
-
DataType
- Object
- Core::API::DataTypes::Base
- DataType
- PayPal::SDK::ButtonManagerRails::DataTypes::CoupledBucketsType
- Defined in:
- lib/paypal-sdk/button_manager_rails/data_types.rb
Overview
Defines relationship between buckets
Class Method Summary collapse
Class Method Details
.load_members ⇒ Object
3236 3237 3238 3239 3240 3241 3242 |
# File 'lib/paypal-sdk/button_manager_rails/data_types.rb', line 3236 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 |