Class: Stripe::V2::Risk::InquiryUpdateParams::ProductRemoval

Inherits:
RequestParams
  • Object
show all
Defined in:
lib/stripe/params/v2/risk/inquiry_update_params.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

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_atObject

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