Class: PayPal::SDK::ButtonManager::DataTypes::BillingAgreementDetailsType
- Inherits:
-
DataType
- Object
- Core::API::DataTypes::Base
- DataType
- PayPal::SDK::ButtonManager::DataTypes::BillingAgreementDetailsType
- Defined in:
- lib/paypal-sdk/button_manager/data_types.rb
Class Method Summary collapse
Class Method Details
.load_members ⇒ Object
1111 1112 1113 1114 1115 1116 1117 1118 |
# File 'lib/paypal-sdk/button_manager/data_types.rb', line 1111 def self.load_members object_of :BillingType, BillingCodeType, :namespace => :ebl, :required => true # Only needed for AutoBill billinng type. object_of :BillingAgreementDescription, String, :namespace => :ebl object_of :PaymentType, MerchantPullPaymentCodeType, :namespace => :ebl # Custom annotation field for your exclusive use. object_of :BillingAgreementCustom, String, :namespace => :ebl end |