C# Class Clearhaus.Gateway.AuthorizationRequestOptions

Inheritance: RestParameters
Show file Open project: clearhaus/payment-api-csharp Class Usage Examples

Public Properties

Property Type Description
ip string
recurring bool
reference string

Property Details

ip public property

IPv4/IPv6 address of cardholder initiating authorization
public string ip
return string

recurring public property

Mark authorization as recurring
public bool recurring
return bool

reference public property

Authorization reference
public string reference
return string