Enum CompanyCreditStatusEnum.CompanyCreditStatus (0.4.0)

public enum CompanyCreditStatusEnum.CompanyCreditStatus extends Enum<CompanyCreditStatusEnum.CompanyCreditStatus> implements ProtocolMessageEnum

The credit status of a company.

Credit statuses specify the credit-worthiness of a company and affect the ad serving of campaigns belonging to the company.

In basic settings, only the ACTIVE and INACTIVE credit statuses are applicable. In advance settings, all credit statuses are applicable.

Protobuf enum google.ads.admanager.v1.CompanyCreditStatusEnum.CompanyCreditStatus

Implements

ProtocolMessageEnum

Static Fields

Name Description
ACTIVE

The company's credit status is active.

Line items belonging to the company can serve.

This credit status is the default for basic settings and is available in both basic and advance settings.

ACTIVE = 1;

ACTIVE_VALUE

The company's credit status is active.

Line items belonging to the company can serve.

This credit status is the default for basic settings and is available in both basic and advance settings.

ACTIVE = 1;

BLOCKED

The company's credit status is blocked.

All active line items belonging to the company will stop serving with immediate effect. Line items belonging to the company cannot be activated, and new orders or line items belonging to the company cannot be created.

This credit status is only available in advance settings.

BLOCKED = 5;

BLOCKED_VALUE

The company's credit status is blocked.

All active line items belonging to the company will stop serving with immediate effect. Line items belonging to the company cannot be activated, and new orders or line items belonging to the company cannot be created.

This credit status is only available in advance settings.

BLOCKED = 5;

COMPANY_CREDIT_STATUS_UNSPECIFIED

No value specified

COMPANY_CREDIT_STATUS_UNSPECIFIED = 0;

COMPANY_CREDIT_STATUS_UNSPECIFIED_VALUE

No value specified

COMPANY_CREDIT_STATUS_UNSPECIFIED = 0;

INACTIVE

The company's credit status is inactive.

Line items belonging to the company cannot be activated. However, line items that were activated before the credit status changed will remain active. New orders or line items belonging to the company cannot be created.

Companies with this credit status will be hidden by default in company search results.

This credit status is available in both basic and advance settings.

INACTIVE = 2;

INACTIVE_VALUE

The company's credit status is inactive.

Line items belonging to the company cannot be activated. However, line items that were activated before the credit status changed will remain active. New orders or line items belonging to the company cannot be created.

Companies with this credit status will be hidden by default in company search results.

This credit status is available in both basic and advance settings.

INACTIVE = 2;

ON_HOLD

The company's credit status is on hold.

Line items belonging to the company cannot be activated. However, line items that were activated before the credit status changed will remain active. New orders or line items belonging to the company can be created.

This credit status is the default in advance settings and is only available in advance settings.

ON_HOLD = 3;

ON_HOLD_VALUE

The company's credit status is on hold.

Line items belonging to the company cannot be activated. However, line items that were activated before the credit status changed will remain active. New orders or line items belonging to the company can be created.

This credit status is the default in advance settings and is only available in advance settings.

ON_HOLD = 3;

STOP

The company's credit status is stopped.

Line items belonging to the company cannot be activated. However, line items that were activated before the credit status changed will remain active. New orders or line items belonging to the company cannot be created.

This credit status is only available in advance settings.

STOP = 4;

STOP_VALUE

The company's credit status is stopped.

Line items belonging to the company cannot be activated. However, line items that were activated before the credit status changed will remain active. New orders or line items belonging to the company cannot be created.

This credit status is only available in advance settings.

STOP = 4;

UNRECOGNIZED

Static Methods

Name Description
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()