public class ClaimFeatureAdoptionCouponsRequest 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="AccountCouponPairs" type="{http://schemas.datacontract.org/2004/07/System.Collections.Generic}ArrayOfKeyValuePairOflongstring" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ArrayOfKeyValuePairOflongstring |
accountCouponPairs |
| Constructor and Description |
|---|
ClaimFeatureAdoptionCouponsRequest() |
| Modifier and Type | Method and Description |
|---|---|
ArrayOfKeyValuePairOflongstring |
getAccountCouponPairs()
Gets the value of the accountCouponPairs property.
|
void |
setAccountCouponPairs(ArrayOfKeyValuePairOflongstring value)
Sets the value of the accountCouponPairs property.
|
protected ArrayOfKeyValuePairOflongstring accountCouponPairs
public ArrayOfKeyValuePairOflongstring getAccountCouponPairs()
ArrayOfKeyValuePairOflongstringpublic void setAccountCouponPairs(ArrayOfKeyValuePairOflongstring value)
value - allowed object is
ArrayOfKeyValuePairOflongstringCopyright © 2023. All rights reserved.