你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
PaymentDetail 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
与预留订单相关的付款信息。
public class PaymentDetail
type PaymentDetail = class
Public Class PaymentDetail
- 继承
-
PaymentDetail
构造函数
PaymentDetail() |
初始化 PaymentDetail 类的新实例。 |
PaymentDetail(Nullable<DateTime>, Nullable<DateTime>, Price, Price, String, String, ExtendedStatusInfo) |
初始化 PaymentDetail 类的新实例。 |
属性
BillingAccount |
获取或设置显示为此付款收费的帐户。 |
BillingCurrencyTotal |
获取或设置以计费货币计费的金额。 不包括税款。 对于将来的付款,为 null |
DueDate |
获取或设置需要完成付款的日期。 |
ExtendedStatusInfo |
与预留订单相关的付款信息。 |
PaymentDate |
获取或设置事务完成的日期。 计划时为 null。 |
PricingCurrencyTotal |
获取或设置以定价货币为单位的金额。 不包括税款。 |
Status |
获取或设置可能的值,包括:“Succeeded”、“Failed”、“Scheduled”、“Cancelled” |