public class CheckFeatureAdoptionCouponEligibilityResponse extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="EligibleAccountIds" type="{http://schemas.microsoft.com/2003/10/Serialization/Arrays}ArrayOflong" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ArrayOflong |
eligibleAccountIds |
| Constructor and Description |
|---|
CheckFeatureAdoptionCouponEligibilityResponse() |
| Modifier and Type | Method and Description |
|---|---|
ArrayOflong |
getEligibleAccountIds()
Gets the value of the eligibleAccountIds property.
|
void |
setEligibleAccountIds(ArrayOflong value)
Sets the value of the eligibleAccountIds property.
|
protected ArrayOflong eligibleAccountIds
public CheckFeatureAdoptionCouponEligibilityResponse()
public ArrayOflong getEligibleAccountIds()
ArrayOflongpublic void setEligibleAccountIds(ArrayOflong value)
value - allowed object is
ArrayOflongCopyright © 2024. All rights reserved.