Class: Stripe::V2::Risk::InquiryUpdateParams::ProductRemoval
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::V2::Risk::InquiryUpdateParams::ProductRemoval
- Defined in:
- lib/stripe/params/v2/risk/inquiry_update_params.rb
Instance Attribute Summary collapse
-
#items_removed_at ⇒ Object
The timestamp when the prohibited items were removed.
Instance Method Summary collapse
-
#initialize(items_removed_at: nil) ⇒ ProductRemoval
constructor
A new instance of ProductRemoval.
Methods inherited from RequestParams
attr_accessor, coerce_params, coerce_value, field_encodings, new, #to_h
Constructor Details
#initialize(items_removed_at: nil) ⇒ ProductRemoval
Returns a new instance of ProductRemoval.
30 31 32 |
# File 'lib/stripe/params/v2/risk/inquiry_update_params.rb', line 30 def initialize(items_removed_at: nil) @items_removed_at = items_removed_at end |
Instance Attribute Details
#items_removed_at ⇒ Object
The timestamp when the prohibited items were removed.
28 29 30 |
# File 'lib/stripe/params/v2/risk/inquiry_update_params.rb', line 28 def items_removed_at @items_removed_at end |