| Package | Description |
|---|---|
| com.microsoft.bingads.v13.customermanagement |
| Modifier and Type | Field and Description |
|---|---|
protected CustomerFinancialStatus |
Customer.customerFinancialStatus |
| Modifier and Type | Method and Description |
|---|---|
static CustomerFinancialStatus |
CustomerFinancialStatus.fromValue(String v) |
CustomerFinancialStatus |
Customer.getCustomerFinancialStatus()
Gets the value of the customerFinancialStatus property.
|
static CustomerFinancialStatus |
CustomerFinancialStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CustomerFinancialStatus[] |
CustomerFinancialStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
jakarta.xml.bind.JAXBElement<CustomerFinancialStatus> |
ObjectFactory.createCustomerFinancialStatus(CustomerFinancialStatus value)
|
| Modifier and Type | Method and Description |
|---|---|
jakarta.xml.bind.JAXBElement<CustomerFinancialStatus> |
ObjectFactory.createCustomerFinancialStatus(CustomerFinancialStatus value)
|
void |
Customer.setCustomerFinancialStatus(CustomerFinancialStatus value)
Sets the value of the customerFinancialStatus property.
|
Copyright © 2024. All rights reserved.