Class: Stripe::Issuing::Dispute::Evidence

Inherits:
StripeObject show all
Defined in:
lib/stripe/resources/issuing/dispute.rb

Defined Under Namespace

Classes: Canceled, Duplicate, Fraudulent, MerchandiseNotAsDescribed, NoValidAuthorization, NotReceived, Other, ServiceNotAsDescribed

Constant Summary

Constants inherited from StripeObject

StripeObject::RESERVED_FIELD_NAMES

Instance Attribute Summary collapse

Attributes inherited from StripeObject

#last_response

Method Summary

Methods inherited from StripeObject

#==, #[], #[]=, additive_object_param, additive_object_param?, #as_json, construct_from, #deleted?, #dirty!, #each, #eql?, #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

#canceledObject (readonly)

Returns the value of attribute canceled.



51
52
53
# File 'lib/stripe/resources/issuing/dispute.rb', line 51

def canceled
  @canceled
end

#duplicateObject (readonly)

Returns the value of attribute duplicate.



51
52
53
# File 'lib/stripe/resources/issuing/dispute.rb', line 51

def duplicate
  @duplicate
end

#fraudulentObject (readonly)

Returns the value of attribute fraudulent.



51
52
53
# File 'lib/stripe/resources/issuing/dispute.rb', line 51

def fraudulent
  @fraudulent
end

#merchandise_not_as_describedObject (readonly)

Returns the value of attribute merchandise_not_as_described.



51
52
53
# File 'lib/stripe/resources/issuing/dispute.rb', line 51

def merchandise_not_as_described
  @merchandise_not_as_described
end

#no_valid_authorizationObject (readonly)

Returns the value of attribute no_valid_authorization.



51
52
53
# File 'lib/stripe/resources/issuing/dispute.rb', line 51

def no_valid_authorization
  @no_valid_authorization
end

#not_receivedObject (readonly)

Returns the value of attribute not_received.



51
52
53
# File 'lib/stripe/resources/issuing/dispute.rb', line 51

def not_received
  @not_received
end

#otherObject (readonly)

Returns the value of attribute other.



51
52
53
# File 'lib/stripe/resources/issuing/dispute.rb', line 51

def other
  @other
end

#reasonObject (readonly)

Returns the value of attribute reason.



51
52
53
# File 'lib/stripe/resources/issuing/dispute.rb', line 51

def reason
  @reason
end

#service_not_as_describedObject (readonly)

Returns the value of attribute service_not_as_described.



51
52
53
# File 'lib/stripe/resources/issuing/dispute.rb', line 51

def service_not_as_described
  @service_not_as_described
end