| Package | Description |
|---|---|
| com.google.api.ads.admanager.axis.v202102 |
| 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,
CompanySettings settings,
AppliedLabel[] appliedLabels,
Long primaryContactId,
long[] appliedTeamIds,
Integer thirdPartyCompanyId,
DateTime lastModifiedDateTime,
ChildPublisher childPublisher,
ViewabilityProvider viewabilityProvider) |
Copyright © 2021. All rights reserved.