Class AfterPayDeviceRegistrationRequest
Represents a request to perform one-time registration of a device with the AfterPay REST API.
Inheritance
System.Object
AfterPayDeviceRegistrationRequest
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.AfterPay.InStore
Assembly: cs.temp.dll.dll
Syntax
public class AfterPayDeviceRegistrationRequest
Remarks
For more information on the AfterPay authentication and authorisation system, see; https://docs.afterpay.com.au/instore-api-v1.html#device-authentication
Properties
Name | Description |
---|---|
Attributes | Optional attributes to be included with the registration, or null for none. |
Name | The name of the device to be registered as known to AfterPay. |
Secret | The secret value provided by AfterPay for the device to be registered. |