Class: Stripe::CreditNoteListPreviewLineItemsParams

Inherits:
RequestParams
  • Object
show all
Defined in:
lib/stripe/params/credit_note_list_preview_line_items_params.rb

Defined Under Namespace

Classes: Line, Refund, ShippingCost

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from RequestParams

#to_h

Constructor Details

#initialize(amount: nil, credit_amount: nil, effective_at: nil, email_type: nil, ending_before: nil, expand: nil, invoice: nil, limit: nil, lines: nil, memo: nil, metadata: nil, out_of_band_amount: nil, reason: nil, refund_amount: nil, refunds: nil, shipping_cost: nil, starting_after: nil) ⇒ CreditNoteListPreviewLineItemsParams

Returns a new instance of CreditNoteListPreviewLineItemsParams.



118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
# File 'lib/stripe/params/credit_note_list_preview_line_items_params.rb', line 118

def initialize(
  amount: nil,
  credit_amount: nil,
  effective_at: nil,
  email_type: nil,
  ending_before: nil,
  expand: nil,
  invoice: nil,
  limit: nil,
  lines: nil,
  memo: nil,
  metadata: nil,
  out_of_band_amount: nil,
  reason: nil,
  refund_amount: nil,
  refunds: nil,
  shipping_cost: nil,
  starting_after: nil
)
  @amount = amount
  @credit_amount = credit_amount
  @effective_at = effective_at
  @email_type = email_type
  @ending_before = ending_before
  @expand = expand
  @invoice = invoice
  @limit = limit
  @lines = lines
  @memo = memo
  @metadata = 
  @out_of_band_amount = out_of_band_amount
  @reason = reason
  @refund_amount = refund_amount
  @refunds = refunds
  @shipping_cost = shipping_cost
  @starting_after = starting_after
end

Instance Attribute Details

#amountObject

The integer amount in cents (or local equivalent) representing the total amount of the credit note. One of ‘amount`, `lines`, or `shipping_cost` must be provided.



84
85
86
# File 'lib/stripe/params/credit_note_list_preview_line_items_params.rb', line 84

def amount
  @amount
end

#credit_amountObject

The integer amount in cents (or local equivalent) representing the amount to credit the customer’s balance, which will be automatically applied to their next invoice.



86
87
88
# File 'lib/stripe/params/credit_note_list_preview_line_items_params.rb', line 86

def credit_amount
  @credit_amount
end

#effective_atObject

The date when this credit note is in effect. Same as ‘created` unless overwritten. When defined, this value replaces the system-generated ’Date of issue’ printed on the credit note PDF.



88
89
90
# File 'lib/stripe/params/credit_note_list_preview_line_items_params.rb', line 88

def effective_at
  @effective_at
end

#email_typeObject

Type of email to send to the customer, one of ‘credit_note` or `none` and the default is `credit_note`.



90
91
92
# File 'lib/stripe/params/credit_note_list_preview_line_items_params.rb', line 90

def email_type
  @email_type
end

#ending_beforeObject

A cursor for use in pagination. ‘ending_before` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, starting with `obj_bar`, your subsequent call can include `ending_before=obj_bar` in order to fetch the previous page of the list.



92
93
94
# File 'lib/stripe/params/credit_note_list_preview_line_items_params.rb', line 92

def ending_before
  @ending_before
end

#expandObject

Specifies which fields in the response should be expanded.



94
95
96
# File 'lib/stripe/params/credit_note_list_preview_line_items_params.rb', line 94

def expand
  @expand
end

#invoiceObject

ID of the invoice.



96
97
98
# File 'lib/stripe/params/credit_note_list_preview_line_items_params.rb', line 96

def invoice
  @invoice
end

#limitObject

A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.



98
99
100
# File 'lib/stripe/params/credit_note_list_preview_line_items_params.rb', line 98

def limit
  @limit
end

#linesObject

Line items that make up the credit note. One of ‘amount`, `lines`, or `shipping_cost` must be provided.



100
101
102
# File 'lib/stripe/params/credit_note_list_preview_line_items_params.rb', line 100

def lines
  @lines
end

#memoObject

The credit note’s memo appears on the credit note PDF.



102
103
104
# File 'lib/stripe/params/credit_note_list_preview_line_items_params.rb', line 102

def memo
  @memo
end

#metadataObject

Set of [key-value pairs](stripe.com/docs/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format. Individual keys can be unset by posting an empty value to them. All keys can be unset by posting an empty value to ‘metadata`.



104
105
106
# File 'lib/stripe/params/credit_note_list_preview_line_items_params.rb', line 104

def 
  @metadata
end

#out_of_band_amountObject

The integer amount in cents (or local equivalent) representing the amount that is credited outside of Stripe.



106
107
108
# File 'lib/stripe/params/credit_note_list_preview_line_items_params.rb', line 106

def out_of_band_amount
  @out_of_band_amount
end

#reasonObject

Reason for issuing this credit note, one of ‘duplicate`, `fraudulent`, `order_change`, or `product_unsatisfactory`



108
109
110
# File 'lib/stripe/params/credit_note_list_preview_line_items_params.rb', line 108

def reason
  @reason
end

#refund_amountObject

The integer amount in cents (or local equivalent) representing the amount to refund. If set, a refund will be created for the charge associated with the invoice.



110
111
112
# File 'lib/stripe/params/credit_note_list_preview_line_items_params.rb', line 110

def refund_amount
  @refund_amount
end

#refundsObject

Refunds to link to this credit note.



112
113
114
# File 'lib/stripe/params/credit_note_list_preview_line_items_params.rb', line 112

def refunds
  @refunds
end

#shipping_costObject

When shipping_cost contains the shipping_rate from the invoice, the shipping_cost is included in the credit note. One of ‘amount`, `lines`, or `shipping_cost` must be provided.



114
115
116
# File 'lib/stripe/params/credit_note_list_preview_line_items_params.rb', line 114

def shipping_cost
  @shipping_cost
end

#starting_afterObject

A cursor for use in pagination. ‘starting_after` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, ending with `obj_foo`, your subsequent call can include `starting_after=obj_foo` in order to fetch the next page of the list.



116
117
118
# File 'lib/stripe/params/credit_note_list_preview_line_items_params.rb', line 116

def starting_after
  @starting_after
end