class PayPal::SDK::Merchant::DataTypes::MerchantPullInfoType

MerchantPullInfoType Information about the merchant pull.

Public Class Methods

load_members() click to toggle source
# 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