共用方式為


PaymentDetail Class

Definition

Information about payment related to a reservation order.

public class PaymentDetail
type PaymentDetail = class
Public Class PaymentDetail
Inheritance
PaymentDetail

Properties

BillingAccount

Shows the Account that is charged for this payment.

BillingCurrencyTotal

Amount charged in Billing currency. Tax not included. Is null for future payments.

DueOn

Date when the payment needs to be done.

ExtendedStatusInfo

Gets the extended status info.

PayOn

Date when the transaction is completed. Is null when it is scheduled.

PricingCurrencyTotal

Amount in pricing currency. Tax not included.

Status

Describes whether the payment is completed, failed, cancelled or scheduled in the future.

Applies to