Class: PayPal::SDK::Merchant::DataTypes::MerchantStoreDetailsType

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

Overview

Store IDOptional Character length and limits: 50 single-byte characters

Class Method Summary collapse

Class Method Details

.load_membersObject



3213
3214
3215
3216
3217
3218
# 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