Class MerchantDetails
Details of a merchant account associated with a transaction.
Inheritance
System.Object
MerchantDetails
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Yort.OnlineEftpos
Assembly: cs.temp.dll.dll
Syntax
public sealed class MerchantDetails
Properties
Name | Description |
---|---|
CallbackUrl | An HTTP endpoint the API can callback when a transaction is approved by the payer. Required. |
MerchantIdCode | The unique id of the merchant. Required. |
MerchantUrl | The web site address for the merchant. Optional. |
Methods
Name | Description |
---|---|
EnsureValid() | Throws if the details are invalid. |