Class RefundError
java.lang.Object
dev.vality.swag_webhook_events.model.RefundError
@Generated(value="org.openapitools.codegen.languages.SpringCodegen",
date="2024-02-26T07:25:16.040246332Z[Etc/UTC]")
public class RefundError
extends Object
Description of the error that occurred during the refund process, if the refund was unsuccessful
-
Constructor Summary
Constructors Constructor Description RefundError() -
Method Summary
Modifier and Type Method Description RefundErrorcode(String code)booleanequals(Object o)@NotNull StringgetCode()Get code@NotNull StringgetMessage()Get messageinthashCode()RefundErrormessage(String message)voidsetCode(String code)voidsetMessage(String message)StringtoString()
-
Constructor Details
-
RefundError
public RefundError()
-
-
Method Details