Class: PayPal::SDK::Merchant::DataTypes::WalletItemsType

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

Overview

Details about an Item stored in the PayPal Wallet.

Class Method Summary collapse

Class Method Details

.load_membersObject



3356
3357
3358
3359
3360
3361
3362
3363
# File 'lib/paypal-sdk/merchant/data_types.rb', line 3356

def self.load_members
  # (Optional)Identifies a wallet item of a given type. The format varies depending on the type. 
  object_of :Type, WalletItemType, :namespace => :ebl
  # (Optional)Uniquely identifies a wallet item of given type. Format varies depending on the type. Character length and limitations: 64 single-byte characters maximum. 
  object_of :Id, String, :namespace => :ebl
  # (Optional)Description of wallet item. Character length and limitations: 512 single-byte characters maximum. 
  object_of :Description, String, :namespace => :ebl
end