class PayPal::SDK::Merchant::DataTypes::MerchantStoreDetailsType
Store IDOptional Character length and limits: 50 single-byte characters
Public Class Methods
load_members()
click to toggle source
# File lib/paypal-sdk/merchant/data_types.rb, line 3213 def self.load_members # Store IDOptional Character length and limits: 50 single-byte characters object_of :StoreID, String, :namespace => :ebl, :required => true # Terminal IDOptional Character length and limits: 50 single-byte characters object_of :TerminalID, String, :namespace => :ebl end