class PayPal::SDK::Merchant::DataTypes::WalletItemsType

Details about an Item stored in the PayPal Wallet.

Public Class Methods

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