public class GetCustomersInfoResponse 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="CustomersInfo" type="{https://bingads.microsoft.com/Customer/v13/Entities}ArrayOfCustomerInfo" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ArrayOfCustomerInfo |
customersInfo |
| Constructor and Description |
|---|
GetCustomersInfoResponse() |
| Modifier and Type | Method and Description |
|---|---|
ArrayOfCustomerInfo |
getCustomersInfo()
Gets the value of the customersInfo property.
|
void |
setCustomersInfo(ArrayOfCustomerInfo value)
Sets the value of the customersInfo property.
|
protected ArrayOfCustomerInfo customersInfo
public ArrayOfCustomerInfo getCustomersInfo()
ArrayOfCustomerInfopublic void setCustomersInfo(ArrayOfCustomerInfo value)
value - allowed object is
ArrayOfCustomerInfoCopyright © 2024. All rights reserved.