PaymentResponse.Details 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.
Gets or sets a JSON-serializable object that provides a payment method specific message used by the merchant to process the transaction and determine successful fund transfer.
public object Details { get; set; }
member this.Details : obj with get, set
Public Property Details As Object
Property Value
The JSON-serializable data object that provides additional information to process the transaction.