PaymentRequest.Details Property

Definition

The details

public:
 property PaymentDetails ^ Details { PaymentDetails ^ get(); };
PaymentDetails Details();
public PaymentDetails Details { get; }
var paymentDetails = paymentRequest.details;
Public ReadOnly Property Details As PaymentDetails

Property Value

Gets or sets the Details.

Applies to