public class GetBillingDocumentsInfoResponse 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="BillingDocumentsInfo" type="{https://bingads.microsoft.com/Customer/v13/Entities}ArrayOfBillingDocumentInfo" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ArrayOfBillingDocumentInfo |
billingDocumentsInfo |
| Constructor and Description |
|---|
GetBillingDocumentsInfoResponse() |
| Modifier and Type | Method and Description |
|---|---|
ArrayOfBillingDocumentInfo |
getBillingDocumentsInfo()
Gets the value of the billingDocumentsInfo property.
|
void |
setBillingDocumentsInfo(ArrayOfBillingDocumentInfo value)
Sets the value of the billingDocumentsInfo property.
|
protected ArrayOfBillingDocumentInfo billingDocumentsInfo
public ArrayOfBillingDocumentInfo getBillingDocumentsInfo()
ArrayOfBillingDocumentInfopublic void setBillingDocumentsInfo(ArrayOfBillingDocumentInfo value)
value - allowed object is
ArrayOfBillingDocumentInfoCopyright © 2024. All rights reserved.