public class MobileDeviceLoginResponse extends ANetApiResponse
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<extension base="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}ANetApiResponse">
<sequence>
<element name="merchantContact" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}merchantContactType"/>
<element name="userPermissions" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}ArrayOfPermissionType"/>
<element name="merchantAccount" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}transRetailInfoType" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected TransRetailInfoType |
merchantAccount |
protected MerchantContactType |
merchantContact |
protected ArrayOfPermissionType |
userPermissions |
messages, refId, sessionToken| Constructor and Description |
|---|
MobileDeviceLoginResponse() |
| Modifier and Type | Method and Description |
|---|---|
TransRetailInfoType |
getMerchantAccount()
Gets the value of the merchantAccount property.
|
MerchantContactType |
getMerchantContact()
Gets the value of the merchantContact property.
|
ArrayOfPermissionType |
getUserPermissions()
Gets the value of the userPermissions property.
|
void |
setMerchantAccount(TransRetailInfoType value)
Sets the value of the merchantAccount property.
|
void |
setMerchantContact(MerchantContactType value)
Sets the value of the merchantContact property.
|
void |
setUserPermissions(ArrayOfPermissionType value)
Sets the value of the userPermissions property.
|
getMessages, getRefId, getSessionToken, setMessages, setRefId, setSessionTokenprotected MerchantContactType merchantContact
protected ArrayOfPermissionType userPermissions
protected TransRetailInfoType merchantAccount
public MerchantContactType getMerchantContact()
MerchantContactTypepublic void setMerchantContact(MerchantContactType value)
value - allowed object is
MerchantContactTypepublic ArrayOfPermissionType getUserPermissions()
ArrayOfPermissionTypepublic void setUserPermissions(ArrayOfPermissionType value)
value - allowed object is
ArrayOfPermissionTypepublic TransRetailInfoType getMerchantAccount()
TransRetailInfoTypepublic void setMerchantAccount(TransRetailInfoType value)
value - allowed object is
TransRetailInfoTypeCopyright © 2021. All rights reserved.