Class CustomerApprovePayment
Inherited Members
Namespace: Ingenico.Connect.Sdk.Domain.Payment.Definitions
Assembly: connect-sdk-dotnet.dll
Syntax
public class CustomerApprovePayment
Properties
AccountType
Type of the customer account that is used to place this order. Can have one of the following values:
- none - The account that was used to place the order is a guest account or no account was used at all
- created - The customer account was created during this transaction
- existing - The customer account was an already existing account prior to this transaction
Declaration
public string AccountType { get; set; }
Property Value
Type | Description |
---|---|
string |