Class RedirectPaymentProduct869SpecificInput
Inherited Members
Namespace: Worldline.Connect.Sdk.V1.Domain
Assembly: Worldline.Connect.Sdk.dll
Syntax
public class RedirectPaymentProduct869SpecificInput
Properties
IssuerId
ID of the issuing bank of the customer. A list of available issuerIDs can be obtained by using the retrieve payment product directory API.
Declaration
public string IssuerId { get; set; }
Property Value
Type | Description |
---|---|
string |
ResidentIdName
The name as described on the Resident Identity Card of the People's Republic of China.
Declaration
public string ResidentIdName { get; set; }
Property Value
Type | Description |
---|---|
string |
ResidentIdNumber
The identification number as described on the Resident Identity Card of the People's Republic of China.
Declaration
public string ResidentIdNumber { get; set; }
Property Value
Type | Description |
---|---|
string |