Class: Stripe::Issuing::Dispute::NetworkLifecycle
- Inherits:
-
StripeObject
- Object
- StripeObject
- Stripe::Issuing::Dispute::NetworkLifecycle
- Defined in:
- lib/stripe/resources/issuing/dispute.rb
Defined Under Namespace
Classes: DisputeResponse, PreArbitrationResponse, PreArbitrationSubmission
Constant Summary
Constants inherited from StripeObject
StripeObject::RESERVED_FIELD_NAMES
Instance Attribute Summary collapse
-
#dispute_response ⇒ Object
readonly
Information related to the acquiring merchant’s initial response to this dispute.
-
#pre_arbitration_response ⇒ Object
readonly
Information related to the acquiring merchant’s pre-arbitration response for this dispute.
-
#pre_arbitration_submission ⇒ Object
readonly
Information related to the acquiring merchant’s pre-arbitration submission for this dispute.
Attributes inherited from StripeObject
Class Method Summary collapse
Methods inherited from StripeObject
#==, #[], #[]=, #_get_inner_class_type, additive_object_param, additive_object_param?, #as_json, construct_from, #deleted?, #dirty!, #each, #eql?, field_encodings, #hash, #initialize, #inspect, #keys, #marshal_dump, #marshal_load, protected_fields, #serialize_params, #to_hash, #to_json, #to_s, #update_attributes, #values
Constructor Details
This class inherits a constructor from Stripe::StripeObject
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Stripe::StripeObject
Instance Attribute Details
#dispute_response ⇒ Object (readonly)
Information related to the acquiring merchant’s initial response to this dispute.
385 386 387 |
# File 'lib/stripe/resources/issuing/dispute.rb', line 385 def dispute_response @dispute_response end |
#pre_arbitration_response ⇒ Object (readonly)
Information related to the acquiring merchant’s pre-arbitration response for this dispute.
387 388 389 |
# File 'lib/stripe/resources/issuing/dispute.rb', line 387 def pre_arbitration_response @pre_arbitration_response end |
#pre_arbitration_submission ⇒ Object (readonly)
Information related to the acquiring merchant’s pre-arbitration submission for this dispute.
389 390 391 |
# File 'lib/stripe/resources/issuing/dispute.rb', line 389 def pre_arbitration_submission @pre_arbitration_submission end |
Class Method Details
.field_remappings ⇒ Object
399 400 401 |
# File 'lib/stripe/resources/issuing/dispute.rb', line 399 def self.field_remappings @field_remappings = {} end |
.inner_class_types ⇒ Object
391 392 393 394 395 396 397 |
# File 'lib/stripe/resources/issuing/dispute.rb', line 391 def self.inner_class_types @inner_class_types = { dispute_response: DisputeResponse, pre_arbitration_response: PreArbitrationResponse, pre_arbitration_submission: PreArbitrationSubmission, } end |