ReservationPaymentDetail.PaymentOn Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Date when the transaction is completed. Is null when it is scheduled.
public DateTimeOffset? PaymentOn { get; set; }
member this.PaymentOn : Nullable<DateTimeOffset> with get, set
Public Property PaymentOn As Nullable(Of DateTimeOffset)