Class MobilePaymentProduct320SpecificInputHostedCheckout
Inherited Members
Namespace: Ingenico.Connect.Sdk.Domain.Hostedcheckout.Definitions
Assembly: connect-sdk-dotnet.dll
Syntax
public class MobilePaymentProduct320SpecificInputHostedCheckout
Properties
MerchantName
Used as an input for the Google Pay payment sheet. Provide your company name in a human readable form.
Declaration
public string MerchantName { get; set; }
Property Value
Type | Description |
---|---|
string |
MerchantOrigin
Used as an input for the Google Pay payment sheet. Provide the url of your webshop. For international (non-ASCII) domains, please use Punycode.
Declaration
public string MerchantOrigin { get; set; }
Property Value
Type | Description |
---|---|
string |
ThreeDSecure
Object containing specific data regarding 3-D Secure
Declaration
public GPayThreeDSecure ThreeDSecure { get; set; }
Property Value
Type | Description |
---|---|
GPayThreeDSecure |