Package com.adyen.model.nexo
Class CardReaderPowerOffResponse
- java.lang.Object
-
- com.adyen.model.nexo.CardReaderPowerOffResponse
-
public class CardReaderPowerOffResponse extends Object
Definition: Content of the Card Reader Power-Off Response messageType. -- Usage: It contains the result of the processed command.Java class for CardReaderPowerOffResponse complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CardReaderPowerOffResponse"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Response" type="{}Response"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description CardReaderPowerOffResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ResponsegetResponse()Gets the value of the response property.voidsetResponse(Response value)Sets the value of the response property.
-
-
-
Field Detail
-
response
protected Response response
The Response.
-
-