Package com.adyen.model.management
Class Refunds
- java.lang.Object
-
- com.adyen.model.management.Refunds
-
public class Refunds extends Object
Refunds
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_REFERENCED
-
Constructor Summary
Constructors Constructor Description Refunds()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)Return true if this Refunds object is equal to o.static RefundsfromJson(String jsonString)Create an instance of Refunds given an JSON stringReferencedgetReferenced()referencedinthashCode()Refundsreferenced(Referenced referenced)referencedvoidsetReferenced(Referenced referenced)referencedStringtoJson()Convert an instance of Refunds to an JSON stringStringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_REFERENCED
public static final String JSON_PROPERTY_REFERENCED
- See Also:
- Constant Field Values
-
-
Method Detail
-
referenced
public Refunds referenced(Referenced referenced)
referenced- Parameters:
referenced-- Returns:
- the current
Refundsinstance, allowing for method chaining
-
getReferenced
public Referenced getReferenced()
referenced- Returns:
- referenced
-
setReferenced
public void setReferenced(Referenced referenced)
referenced- Parameters:
referenced-
-
equals
public boolean equals(Object o)
Return true if this Refunds object is equal to o.
-
fromJson
public static Refunds fromJson(String jsonString) throws com.fasterxml.jackson.core.JsonProcessingException
Create an instance of Refunds given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of Refunds
- Throws:
com.fasterxml.jackson.core.JsonProcessingException- if the JSON string is invalid with respect to Refunds
-
toJson
public String toJson() throws com.fasterxml.jackson.core.JsonProcessingException
Convert an instance of Refunds to an JSON string- Returns:
- JSON string
- Throws:
com.fasterxml.jackson.core.JsonProcessingException
-
-