CustomerBillingProfile クラス

定義

顧客請求プロファイルの情報。

public sealed class CustomerBillingProfile : Microsoft.Store.PartnerCenter.Models.ResourceBaseWithLinks<Microsoft.Store.PartnerCenter.Models.StandardResourceLinks>
type CustomerBillingProfile = class
    inherit ResourceBaseWithLinks<StandardResourceLinks>
Public NotInheritable Class CustomerBillingProfile
Inherits ResourceBaseWithLinks(Of StandardResourceLinks)
継承

コンストラクター

名前 説明
CustomerBillingProfile()

顧客請求プロファイルの情報。

プロパティ

名前 説明
Attributes

属性を手に入れる。

(継承元 ResourceBase)
CompanyName

会社名を手に入れたり決めたりします。

Culture

カルチャを取得または設定します。

DefaultAddress

顧客のデフォルト住所を取得するか設定します。

Email

電子メールを取得または設定します。

FirstName

ファーストネームを手に入れたり決めたりします。

Id

プロファイル識別子を取得したり設定したりします。

Language

言語を取得または設定します。

LastName

姓を手に入れたり決めたりします。

Links

リソースリンクを取得したり設定したりします。

(継承元 ResourceBaseWithLinks<TLinks>)

適用対象