| Package | Description |
|---|---|
| com.google.api.ads.dfp.axis.v201211 |
| Modifier and Type | Field and Description |
|---|---|
static CompanyCreditStatus |
CompanyCreditStatus.ACTIVE |
static CompanyCreditStatus |
CompanyCreditStatus.BLOCKED |
static CompanyCreditStatus |
CompanyCreditStatus.CREDIT_STOP |
static CompanyCreditStatus |
CompanyCreditStatus.INACTIVE |
static CompanyCreditStatus |
CompanyCreditStatus.ON_HOLD |
| Modifier and Type | Method and Description |
|---|---|
static CompanyCreditStatus |
CompanyCreditStatus.fromString(String value) |
static CompanyCreditStatus |
CompanyCreditStatus.fromValue(String value) |
CompanyCreditStatus |
Company.getCreditStatus()
Gets the creditStatus value for this Company.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Company.setCreditStatus(CompanyCreditStatus creditStatus)
Sets the creditStatus value for this Company.
|
| Constructor and Description |
|---|
Company(Long id,
String name,
CompanyType type,
String address,
String email,
String faxPhone,
String primaryPhone,
String externalId,
String comment,
CompanyCreditStatus creditStatus,
AppliedLabel[] appliedLabels,
Boolean enableSameAdvertiserCompetitiveExclusion,
long[] appliedTeamIds,
Integer thirdPartyCompanyId,
DateTime lastModifiedDateTime) |
Copyright © 2014. All Rights Reserved.