Class MobilePaymentProductSession302SpecificInput
Inherited Members
Namespace: Ingenico.Connect.Sdk.Domain.Product.Definitions
Assembly: connect-sdk-dotnet.dll
Syntax
public class MobilePaymentProductSession302SpecificInput
Properties
DisplayName
Used as an input for the Apple Pay payment button. Provide your company name in a human readable form.
Declaration
public string DisplayName { get; set; }
Property Value
Type | Description |
---|---|
string |
DomainName
Provide a fully qualified domain name of your own payment page that will be showing an Apple Pay button.
Declaration
public string DomainName { get; set; }
Property Value
Type | Description |
---|---|
string |
ValidationUrl
Provide the validation URL that has been provided by Apple once you have started an Apple Pay session.
Declaration
public string ValidationUrl { get; set; }
Property Value
Type | Description |
---|---|
string |