class PayPal::SDK::REST::DataTypes::Templates

Public Class Methods

get_all(options = {}) click to toggle source
# File lib/paypal-sdk/rest/data_types.rb, line 1450
def get_all(options = {})
  path = "v1/invoicing/templates/"
  Templates.new(api.get(path, options))
end
load_members() click to toggle source
# File lib/paypal-sdk/rest/data_types.rb, line 1439
def self.load_members
          array_of  :addresses, Address
          array_of  :emails, String
          array_of  :phones, Phone
          array_of  :templates, Template
          array_of  :links, Links
end