Package com.adyen.model.nexo
Class AdminRequest
- java.lang.Object
-
- com.adyen.model.nexo.AdminRequest
-
public class AdminRequest extends Object
Definition: Content of the Custom Admin Request messageType. -- Usage: EmptyJava class for AdminRequest complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AdminRequest"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="ServiceIdentification" type="{}ServiceIdentification" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected StringserviceIdentificationThe Service identification.
-
Constructor Summary
Constructors Constructor Description AdminRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetServiceIdentification()Gets the value of the serviceIdentification property.voidsetServiceIdentification(String value)Sets the value of the serviceIdentification property.
-