Class: PayPal::SDK::Merchant::DataTypes::BillingAgreementDetailsType
- Inherits:
-
DataType
- Object
- Core::API::DataTypes::Base
- DataType
- PayPal::SDK::Merchant::DataTypes::BillingAgreementDetailsType
- Defined in:
- lib/paypal-sdk/merchant/data_types.rb
Class Method Summary collapse
Class Method Details
.load_members ⇒ Object
1145 1146 1147 1148 1149 1150 1151 1152 |
# File 'lib/paypal-sdk/merchant/data_types.rb', line 1145 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 |