Uses of Class
com.google.api.ads.dfp.axis.v201203.CompanyCreditStatus

Packages that use CompanyCreditStatus
com.google.api.ads.dfp.axis.v201203   
 

Uses of CompanyCreditStatus in com.google.api.ads.dfp.axis.v201203
 

Fields in com.google.api.ads.dfp.axis.v201203 declared as CompanyCreditStatus
static CompanyCreditStatus CompanyCreditStatus.ACTIVE
           
static CompanyCreditStatus CompanyCreditStatus.BLOCKED
           
static CompanyCreditStatus CompanyCreditStatus.CREDIT_STOP
           
static CompanyCreditStatus CompanyCreditStatus.INACTIVE
           
static CompanyCreditStatus CompanyCreditStatus.ON_HOLD
           
 

Methods in com.google.api.ads.dfp.axis.v201203 that return CompanyCreditStatus
static CompanyCreditStatus CompanyCreditStatus.fromString(String value)
           
static CompanyCreditStatus CompanyCreditStatus.fromValue(String value)
           
 CompanyCreditStatus Company.getCreditStatus()
          Gets the creditStatus value for this Company.
 

Methods in com.google.api.ads.dfp.axis.v201203 with parameters of type CompanyCreditStatus
 void Company.setCreditStatus(CompanyCreditStatus creditStatus)
          Sets the creditStatus value for this Company.
 

Constructors in com.google.api.ads.dfp.axis.v201203 with parameters of type CompanyCreditStatus
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 © 2012. All Rights Reserved.