Class: PayPal::SDK::Merchant::DataTypes::MerchantPullInfoType

Inherits:
DataType
  • Object
show all
Defined in:
lib/paypal-sdk/merchant/data_types.rb

Overview

MerchantPullInfoType Information about the merchant pull.

Class Method Summary collapse

Class Method Details

.load_membersObject



1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
# File 'lib/paypal-sdk/merchant/data_types.rb', line 1568

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