public class PaymentProductField extends Object
Constructor and Description |
---|
PaymentProductField() |
Modifier and Type | Method and Description |
---|---|
PaymentProductFieldDataRestrictions |
getDataRestrictions()
Object containing data restrictions that apply to this field, like minimum and/or maximum length
|
PaymentProductFieldDisplayHints |
getDisplayHints()
Object containing display hints for this field, like the order, mask, preferred keyboard
|
String |
getId()
The ID of the field
|
String |
getType()
The type of field, possible values are:
|
Boolean |
getUsedForLookup()
Indicates that the product can be used in a get customer details call and that when that call is done the field should be supplied as (one of the) key(s) with a valid value.
|
void |
setDataRestrictions(PaymentProductFieldDataRestrictions value)
Object containing data restrictions that apply to this field, like minimum and/or maximum length
|
void |
setDisplayHints(PaymentProductFieldDisplayHints value)
Object containing display hints for this field, like the order, mask, preferred keyboard
|
void |
setId(String value)
The ID of the field
|
void |
setType(String value)
The type of field, possible values are:
|
void |
setUsedForLookup(Boolean value)
Indicates that the product can be used in a get customer details call and that when that call is done the field should be supplied as (one of the) key(s) with a valid value.
|
public PaymentProductFieldDataRestrictions getDataRestrictions()
public void setDataRestrictions(PaymentProductFieldDataRestrictions value)
public PaymentProductFieldDisplayHints getDisplayHints()
public void setDisplayHints(PaymentProductFieldDisplayHints value)
public String getId()
public void setId(String value)
public String getType()
public void setType(String value)
public Boolean getUsedForLookup()
public void setUsedForLookup(Boolean value)
Copyright © 2024 Worldline Global Collect. All rights reserved.