Class LegalBusinessProfile
java.lang.Object
com.microsoft.store.partnercenter.models.ResourceBase
com.microsoft.store.partnercenter.models.ResourceBaseWithLinks<StandardResourceLinks>
com.microsoft.store.partnercenter.models.partners.LegalBusinessProfile
public class LegalBusinessProfile extends ResourceBaseWithLinks<StandardResourceLinks>
The legal business profile.
-
Constructor Summary
Constructors Constructor Description LegalBusinessProfile()Initializes a new instance of the LegalBusinessProfile class. -
Method Summary
Modifier and Type Method Description AddressgetAddress()AddressgetCompanyApproverAddress()StringgetCompanyApproverEmail()StringgetCompanyName()ContactgetPrimaryContact()VettingStatusgetVettingStatus()VettingSubStatusgetVettingSubStatus()voidsetAddress(Address value)voidsetCompanyApproverAddress(Address value)voidsetCompanyApproverEmail(String value)voidsetCompanyName(String value)voidsetPrimaryContact(Contact value)voidsetVettingStatus(VettingStatus value)voidsetVettingSubStatus(VettingSubStatus value)Methods inherited from class com.microsoft.store.partnercenter.models.ResourceBaseWithLinks
getLinks, setLinks
-
Constructor Details
-
LegalBusinessProfile
public LegalBusinessProfile()Initializes a new instance of the LegalBusinessProfile class.
-
-
Method Details