class Stripe::DisputeEvidenceParams
- Stripe::DisputeEvidenceParams
- Reference
- Object
Included Modules
- JSON::Serializable
- JSON::Serializable::Unmapped
- OpenApi::Json
- OpenApi::Validatable
Defined in:
stripe/models/dispute_evidence_params.crConstant Summary
-
MAX_LENGTH_FOR_ACCESS_ACTIVITY_LOG =
20000
-
MAX_LENGTH_FOR_BILLING_ADDRESS =
5000
-
MAX_LENGTH_FOR_CANCELLATION_POLICY_DISCLOSURE =
20000
-
MAX_LENGTH_FOR_CANCELLATION_REBUTTAL =
20000
-
MAX_LENGTH_FOR_CUSTOMER_EMAIL_ADDRESS =
5000
-
MAX_LENGTH_FOR_CUSTOMER_NAME =
5000
-
MAX_LENGTH_FOR_CUSTOMER_PURCHASE_IP =
5000
-
MAX_LENGTH_FOR_DUPLICATE_CHARGE_EXPLANATION =
20000
-
MAX_LENGTH_FOR_DUPLICATE_CHARGE_ID =
5000
-
MAX_LENGTH_FOR_PRODUCT_DESCRIPTION =
20000
-
MAX_LENGTH_FOR_REFUND_POLICY_DISCLOSURE =
20000
-
MAX_LENGTH_FOR_REFUND_REFUSAL_EXPLANATION =
20000
-
MAX_LENGTH_FOR_SERVICE_DATE =
5000
-
MAX_LENGTH_FOR_SHIPPING_ADDRESS =
5000
-
MAX_LENGTH_FOR_SHIPPING_CARRIER =
5000
-
MAX_LENGTH_FOR_SHIPPING_DATE =
5000
-
MAX_LENGTH_FOR_SHIPPING_TRACKING_NUMBER =
5000
-
MAX_LENGTH_FOR_UNCATEGORIZED_TEXT =
20000
Constructors
- .new(pull : JSON::PullParser)
-
.new(*, access_activity_log : String | Nil = nil, billing_address : String | Nil = nil, cancellation_policy : String | Nil = nil, cancellation_policy_disclosure : String | Nil = nil, cancellation_rebuttal : String | Nil = nil, customer_communication : String | Nil = nil, customer_email_address : String | Nil = nil, customer_name : String | Nil = nil, customer_purchase_ip : String | Nil = nil, customer_signature : String | Nil = nil, duplicate_charge_documentation : String | Nil = nil, duplicate_charge_explanation : String | Nil = nil, duplicate_charge_id : String | Nil = nil, product_description : String | Nil = nil, receipt : String | Nil = nil, refund_policy : String | Nil = nil, refund_policy_disclosure : String | Nil = nil, refund_refusal_explanation : String | Nil = nil, service_date : String | Nil = nil, service_documentation : String | Nil = nil, shipping_address : String | Nil = nil, shipping_carrier : String | Nil = nil, shipping_date : String | Nil = nil, shipping_documentation : String | Nil = nil, shipping_tracking_number : String | Nil = nil, uncategorized_file : String | Nil = nil, uncategorized_text : String | Nil = nil)
Initializes the object @param [Hash] attributes Model attributes in the form of hash
Instance Method Summary
-
#==(other : self)
Generates #hash and #== methods from all fields #== @return [Bool] #hash calculates hash code according to all attributes.
- #access_activity_log : String | Nil
-
#access_activity_log=(new_value : String | Nil)
Custom attribute writer method checking allowed values (enum).
- #billing_address : String | Nil
-
#billing_address=(new_value : String | Nil)
Custom attribute writer method checking allowed values (enum).
- #cancellation_policy : String | Nil
-
#cancellation_policy=(new_value : String | Nil)
Custom attribute writer method checking allowed values (enum).
- #cancellation_policy_disclosure : String | Nil
-
#cancellation_policy_disclosure=(new_value : String | Nil)
Custom attribute writer method checking allowed values (enum).
- #cancellation_rebuttal : String | Nil
-
#cancellation_rebuttal=(new_value : String | Nil)
Custom attribute writer method checking allowed values (enum).
- #customer_communication : String | Nil
-
#customer_communication=(new_value : String | Nil)
Custom attribute writer method checking allowed values (enum).
- #customer_email_address : String | Nil
-
#customer_email_address=(new_value : String | Nil)
Custom attribute writer method checking allowed values (enum).
- #customer_name : String | Nil
-
#customer_name=(new_value : String | Nil)
Custom attribute writer method checking allowed values (enum).
- #customer_purchase_ip : String | Nil
-
#customer_purchase_ip=(new_value : String | Nil)
Custom attribute writer method checking allowed values (enum).
- #customer_signature : String | Nil
-
#customer_signature=(new_value : String | Nil)
Custom attribute writer method checking allowed values (enum).
- #duplicate_charge_documentation : String | Nil
-
#duplicate_charge_documentation=(new_value : String | Nil)
Custom attribute writer method checking allowed values (enum).
- #duplicate_charge_explanation : String | Nil
-
#duplicate_charge_explanation=(new_value : String | Nil)
Custom attribute writer method checking allowed values (enum).
- #duplicate_charge_id : String | Nil
-
#duplicate_charge_id=(new_value : String | Nil)
Custom attribute writer method checking allowed values (enum).
-
#hash(hasher)
Generates #hash and #== methods from all fields #== @return [Bool] #hash calculates hash code according to all attributes.
-
#list_invalid_properties : Array(String)
Show invalid properties with the reasons.
- #product_description : String | Nil
-
#product_description=(new_value : String | Nil)
Custom attribute writer method checking allowed values (enum).
- #receipt : String | Nil
-
#receipt=(new_value : String | Nil)
Custom attribute writer method checking allowed values (enum).
- #refund_policy : String | Nil
-
#refund_policy=(new_value : String | Nil)
Custom attribute writer method checking allowed values (enum).
- #refund_policy_disclosure : String | Nil
-
#refund_policy_disclosure=(new_value : String | Nil)
Custom attribute writer method checking allowed values (enum).
- #refund_refusal_explanation : String | Nil
-
#refund_refusal_explanation=(new_value : String | Nil)
Custom attribute writer method checking allowed values (enum).
- #service_date : String | Nil
-
#service_date=(new_value : String | Nil)
Custom attribute writer method checking allowed values (enum).
- #service_documentation : String | Nil
-
#service_documentation=(new_value : String | Nil)
Custom attribute writer method checking allowed values (enum).
- #shipping_address : String | Nil
-
#shipping_address=(new_value : String | Nil)
Custom attribute writer method checking allowed values (enum).
- #shipping_carrier : String | Nil
-
#shipping_carrier=(new_value : String | Nil)
Custom attribute writer method checking allowed values (enum).
- #shipping_date : String | Nil
-
#shipping_date=(new_value : String | Nil)
Custom attribute writer method checking allowed values (enum).
- #shipping_documentation : String | Nil
-
#shipping_documentation=(new_value : String | Nil)
Custom attribute writer method checking allowed values (enum).
- #shipping_tracking_number : String | Nil
-
#shipping_tracking_number=(new_value : String | Nil)
Custom attribute writer method checking allowed values (enum).
- #uncategorized_file : String | Nil
-
#uncategorized_file=(new_value : String | Nil)
Custom attribute writer method checking allowed values (enum).
- #uncategorized_text : String | Nil
-
#uncategorized_text=(new_value : String | Nil)
Custom attribute writer method checking allowed values (enum).
-
#valid? : Bool
Check to see if the all the properties in the model are valid @return true if the model is valid
Instance methods inherited from module OpenApi::Json
after_initialize
after_initialize,
clone
clone,
eql?(o : self)
eql?,
to_hash : Hash(String, JSON::Any)
to_hash,
to_json_any : JSON::Any
to_json_any
Class methods inherited from module OpenApi::Json
build_from_hash(hash : Hash)
build_from_hash,
build_from_json_any(json_any : JSON::Any)
build_from_json_any
Instance methods inherited from module OpenApi::Validatable
list_invalid_properties : Array(String)
list_invalid_properties,
list_invalid_properties_for(key : String) : Array(String)
list_invalid_properties_for,
valid? : Bool
valid?,
validate : Nil
validate
Constructor Detail
Initializes the object @param [Hash] attributes Model attributes in the form of hash
Instance Method Detail
Generates #hash and #== methods from all fields #== @return [Bool] #hash calculates hash code according to all attributes. #hash @return [UInt64] Hash code
Custom attribute writer method checking allowed values (enum). @param [Object] access_activity_log Object to be assigned
Custom attribute writer method checking allowed values (enum). @param [Object] billing_address Object to be assigned
Custom attribute writer method checking allowed values (enum). @param [Object] cancellation_policy Object to be assigned
Custom attribute writer method checking allowed values (enum). @param [Object] cancellation_policy_disclosure Object to be assigned
Custom attribute writer method checking allowed values (enum). @param [Object] cancellation_rebuttal Object to be assigned
Custom attribute writer method checking allowed values (enum). @param [Object] customer_communication Object to be assigned
Custom attribute writer method checking allowed values (enum). @param [Object] customer_email_address Object to be assigned
Custom attribute writer method checking allowed values (enum). @param [Object] customer_name Object to be assigned
Custom attribute writer method checking allowed values (enum). @param [Object] customer_purchase_ip Object to be assigned
Custom attribute writer method checking allowed values (enum). @param [Object] customer_signature Object to be assigned
Custom attribute writer method checking allowed values (enum). @param [Object] duplicate_charge_documentation Object to be assigned
Custom attribute writer method checking allowed values (enum). @param [Object] duplicate_charge_explanation Object to be assigned
Custom attribute writer method checking allowed values (enum). @param [Object] duplicate_charge_id Object to be assigned
Generates #hash and #== methods from all fields #== @return [Bool] #hash calculates hash code according to all attributes. #hash @return [UInt64] Hash code
Show invalid properties with the reasons. Usually used together with valid? @return Array for valid properties with the reasons
Custom attribute writer method checking allowed values (enum). @param [Object] product_description Object to be assigned
Custom attribute writer method checking allowed values (enum). @param [Object] receipt Object to be assigned
Custom attribute writer method checking allowed values (enum). @param [Object] refund_policy Object to be assigned
Custom attribute writer method checking allowed values (enum). @param [Object] refund_policy_disclosure Object to be assigned
Custom attribute writer method checking allowed values (enum). @param [Object] refund_refusal_explanation Object to be assigned
Custom attribute writer method checking allowed values (enum). @param [Object] service_date Object to be assigned
Custom attribute writer method checking allowed values (enum). @param [Object] service_documentation Object to be assigned
Custom attribute writer method checking allowed values (enum). @param [Object] shipping_address Object to be assigned
Custom attribute writer method checking allowed values (enum). @param [Object] shipping_carrier Object to be assigned
Custom attribute writer method checking allowed values (enum). @param [Object] shipping_date Object to be assigned
Custom attribute writer method checking allowed values (enum). @param [Object] shipping_documentation Object to be assigned
Custom attribute writer method checking allowed values (enum). @param [Object] shipping_tracking_number Object to be assigned
Custom attribute writer method checking allowed values (enum). @param [Object] uncategorized_file Object to be assigned
Custom attribute writer method checking allowed values (enum). @param [Object] uncategorized_text Object to be assigned
Check to see if the all the properties in the model are valid @return true if the model is valid