public class PaymentProductDisplayHints extends Object
| Constructor and Description |
|---|
PaymentProductDisplayHints() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getDisplayOrder()
Determines the order in which the payment products and groups should be shown (sorted ascending)
|
String |
getLabel()
Name of the payment product or group based on the locale that was included in the request
|
String |
getLogo()
Partial URL that you can reference for the image of this payment product.
|
void |
setDisplayOrder(Integer value)
Determines the order in which the payment products and groups should be shown (sorted ascending)
|
void |
setLabel(String value)
Name of the payment product or group based on the locale that was included in the request
|
void |
setLogo(String value)
Partial URL that you can reference for the image of this payment product.
|
PaymentProductDisplayHints |
withDisplayOrder(Integer value)
Determines the order in which the payment products and groups should be shown (sorted ascending)
|
PaymentProductDisplayHints |
withLabel(String value)
Name of the payment product or group based on the locale that was included in the request
|
PaymentProductDisplayHints |
withLogo(String value)
Partial URL that you can reference for the image of this payment product.
|
public Integer getDisplayOrder()
public void setDisplayOrder(Integer value)
public PaymentProductDisplayHints withDisplayOrder(Integer value)
public String getLabel()
public void setLabel(String value)
public PaymentProductDisplayHints withLabel(String value)
public String getLogo()
public void setLogo(String value)
public PaymentProductDisplayHints withLogo(String value)
Copyright © 2024 Worldline Online Payments Direct. All rights reserved.