Class: PayPal::SDK::ButtonManager::DataTypes::MerchantPullInfoType
- Inherits:
-
DataType
- Object
- Core::API::DataTypes::Base
- DataType
- PayPal::SDK::ButtonManager::DataTypes::MerchantPullInfoType
- Defined in:
- lib/paypal-sdk/button_manager/data_types.rb
Overview
MerchantPullInfoType Information about the merchant pull.
Class Method Summary collapse
Class Method Details
.load_members ⇒ Object
1510 1511 1512 1513 1514 1515 1516 1517 1518 1519 1520 1521 1522 1523 1524 1525 |
# File 'lib/paypal-sdk/button_manager/data_types.rb', line 1510 def self.load_members # Current status of billing agreement object_of :MpStatus, MerchantPullStatusCodeType, :namespace => :ebl # Monthly maximum payment amount object_of :MpMax, BasicAmountType, :namespace => :ebl # The value of the mp_custom variable that you specified in a FORM submission to PayPal during the creation or updating of a customer billing agreement object_of :MpCustom, String, :namespace => :ebl # The value of the mp_desc variable (description of goods or services) associated with the billing agreement object_of :Desc, String, :namespace => :ebl # Invoice value as set by BillUserRequest API call object_of :Invoice, String, :namespace => :ebl # Custom field as set by BillUserRequest API call object_of :Custom, String, :namespace => :ebl # Note: This field is no longer used and is always empty. object_of :PaymentSourceID, String, :namespace => :ebl end |