Class: PayPal::SDK::ButtonManager::DataTypes::MerchantPullInfoType

Inherits:
DataType
  • Object
show all
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_membersObject



1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
# File 'lib/paypal-sdk/button_manager/data_types.rb', line 1533

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