Skip to content

Commit

Permalink
Update comments of payment_term_resource
Browse files Browse the repository at this point in the history
  • Loading branch information
nnhansg committed Feb 24, 2020
1 parent 3ad40d1 commit e755598
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions lib/unleashed/resources/payment_term_resource.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,7 @@ def model
# List all payment_terms
# /PaymentTerms - also returns the first 200 payment_terms because page number 1 is the default.
#
# @param options [Hash] Optional options.
# @option options [Integer] :PageSize Can ask for up to 200 payment_terms. Default: 200
# @option options [Integer] :Page Page index. Default: 1
#
# @return [Array<Unleashed::PaymentTerm>] List all payment_terms.
# @return [Array<Unleashed::PaymentTerm>] List all payment terms.
# {
# "Items": [
# {
Expand Down

0 comments on commit e755598

Please sign in to comment.