Class: PayPal::SDK::Merchant::DataTypes::MerchantPullInfoType
- Inherits:
-
DataType
- Object
- Core::API::DataTypes::Base
- DataType
- PayPal::SDK::Merchant::DataTypes::MerchantPullInfoType
- Defined in:
- lib/paypal-sdk/merchant/data_types.rb
Overview
MerchantPullInfoType Information about the merchant pull.
Class Method Summary collapse
Class Method Details
.load_members ⇒ Object
1572 1573 1574 1575 1576 1577 1578 1579 1580 1581 1582 1583 1584 1585 1586 1587 |
# File 'lib/paypal-sdk/merchant/data_types.rb', line 1572 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 |