Class: Stripe::Radar::EarlyFraudWarningService::RetrieveParams
- Inherits:
-
Stripe::RequestParams
- Object
- Stripe::RequestParams
- Stripe::Radar::EarlyFraudWarningService::RetrieveParams
- Defined in:
- lib/stripe/services/radar/early_fraud_warning_service.rb
Instance Attribute Summary collapse
-
#expand ⇒ Object
Specifies which fields in the response should be expanded.
Instance Method Summary collapse
-
#initialize(expand: nil) ⇒ RetrieveParams
constructor
A new instance of RetrieveParams.
Methods inherited from Stripe::RequestParams
Constructor Details
#initialize(expand: nil) ⇒ RetrieveParams
Returns a new instance of RetrieveParams.
63 64 65 |
# File 'lib/stripe/services/radar/early_fraud_warning_service.rb', line 63 def initialize(expand: nil) @expand = end |
Instance Attribute Details
#expand ⇒ Object
Specifies which fields in the response should be expanded.
61 62 63 |
# File 'lib/stripe/services/radar/early_fraud_warning_service.rb', line 61 def @expand end |