Class ClickToPayConfigurationVisa
Inherited Members
Namespace: Worldline.Connect.Sdk.V1.Domain
Assembly: Worldline.Connect.Sdk.dll
Syntax
public class ClickToPayConfigurationVisa : ClickToPaySchemeConfigurationBase
Properties
EncryptionKey
Key ID of the encryption key to encrypt card information before sending it to Visa.
Declaration
public string EncryptionKey { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
NModulus
Modulus of the encryption key to encrypt card information before sending it to Visa.
Declaration
public string NModulus { get; set; }
Property Value
| Type | Description |
|---|---|
| string |