C# Class Clearhaus.Gateway.AuthorizationRequestOptions

Inheritance: RestParameters
Mostra 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_oe property

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

recurring public_oe property

Mark authorization as recurring
public bool recurring
return bool

reference public_oe property

Authorization reference
public string reference
return string