Class: Stripe::Radar::EarlyFraudWarningRetrieveParams
- Inherits:
-
Stripe::RequestParams
- Object
- Stripe::RequestParams
- Stripe::Radar::EarlyFraudWarningRetrieveParams
- Defined in:
- lib/stripe/params/radar/early_fraud_warning_retrieve_params.rb
Instance Attribute Summary collapse
-
#expand ⇒ Object
Specifies which fields in the response should be expanded.
Instance Method Summary collapse
-
#initialize(expand: nil) ⇒ EarlyFraudWarningRetrieveParams
constructor
A new instance of EarlyFraudWarningRetrieveParams.
Methods inherited from Stripe::RequestParams
Constructor Details
#initialize(expand: nil) ⇒ EarlyFraudWarningRetrieveParams
Returns a new instance of EarlyFraudWarningRetrieveParams.
10 11 12 |
# File 'lib/stripe/params/radar/early_fraud_warning_retrieve_params.rb', line 10 def initialize(expand: nil) = end |
Instance Attribute Details
#expand ⇒ Object
Specifies which fields in the response should be expanded.
8 9 10 |
# File 'lib/stripe/params/radar/early_fraud_warning_retrieve_params.rb', line 8 def end |