CustomerFinancialStatus Value Set - Customer Management

Defines the possible financial status values of a customer.

Syntax

<xs:simpleType name="CustomerFinancialStatus" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:restriction base="xs:string">
    <xs:enumeration value="ProposalsOnly" />
    <xs:enumeration value="PendingCreditCheck" />
    <xs:enumeration value="ClearFinancialStatus" />
    <xs:enumeration value="SoldToOnly" />
    <xs:enumeration value="CreditHold" />
    <xs:enumeration value="CreditWarning" />
  </xs:restriction>
</xs:simpleType>

Values

The CustomerFinancialStatus value set has the following values: ClearFinancialStatus, CreditHold, CreditWarning, PendingCreditCheck, ProposalsOnly, SoldToOnly.

Value Description
ClearFinancialStatus The customer is in good standing.
CreditHold One of the customer's accounts is past due.
CreditWarning Not used.
PendingCreditCheck The customer is undergoing a credit check as part of the customer sign-up process. The service will not deliver the customer's ads until the credit check is complete. This status applies only to premium customers.
ProposalsOnly Not used.
SoldToOnly The customer is considered to be a credit risk. You cannot set the BillToCustomerId element of the AdvertiserAccount for a customer that has this status. This status applies only to premium customers.

Requirements

Service: CustomerManagementService.svc v13
Namespace: https://bingads.microsoft.com/Customer/v13

Used By

Customer