Class PaymentProductDisplayHints
Inherited Members
Namespace: Worldline.Connect.Sdk.V1.Domain
Assembly: Worldline.Connect.Sdk.dll
Syntax
public class PaymentProductDisplayHints
Properties
DisplayOrder
Determines the order in which the payment products and groups should be shown (sorted ascending)
Declaration
public int? DisplayOrder { get; set; }
Property Value
Type | Description |
---|---|
int? |
Label
Name of the field based on the locale that was included in the request
Declaration
public string Label { get; set; }
Property Value
Type | Description |
---|---|
string |
Logo
Partial URL that you can reference for the image of this payment product. You can use our server-side resize functionality by appending '?size={{width}}x{{height}}' to the full URL, where width and height are specified in pixels. The resized image will always keep its correct aspect ratio.
Declaration
public string Logo { get; set; }
Property Value
Type | Description |
---|---|
string |