Package com.adyen.model.nexo
Class LogoutRequest
- java.lang.Object
-
- com.adyen.model.nexo.LogoutRequest
-
public class LogoutRequest extends Object
Definition: Content of the Logout Request messageType. -- Usage: EmptyJava class for LogoutRequest complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LogoutRequest"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="MaintenanceAllowed" type="{}MaintenanceAllowed" default="false" /> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected BooleanmaintenanceAllowedThe Maintenance allowed.
-
Constructor Summary
Constructors Constructor Description LogoutRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisMaintenanceAllowed()Gets the value of the maintenanceAllowed property.voidsetMaintenanceAllowed(Boolean value)Sets the value of the maintenanceAllowed property.
-