Click or drag to resize
Virtual Care CopayPaymentResponse Structure

[This is preliminary documentation and is subject to change.]

The response returned when a call to MakePayment is made

Namespace: SnapMD.VirtualCare.ApiModels.Payments
Assembly: SnapMD.VirtualCare.ApiModels (in SnapMD.VirtualCare.ApiModels.dll) Version: 1.24.0.23327 (1.0.0.0)
Syntax
public struct CopayPaymentResponse

The CopayPaymentResponse type exposes the following members.

Properties
  NameDescription
Public propertyConfirmationNumber
The confirmation # of the payment
Top
Methods
  NameDescription
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)
Top
See Also