Readonly
attributesReadonly
displayReadonly
idReadonly
paymentThe key of the attribute to look for.
The matching attribute, or undefined if there is no such attribute.
Finds an attribute value usable for displaying. If the attribute exists and has a label template with a mask, this method is similar to findMaskedAttributeValue. If the attribute exists but has no label template with a mask, this method will simply return the attribute's value.
The key of the attribute value to look for.
The display value for the attribute, or undefined if there is no such attribute.
Finds an attribute value with masking applied.
The key of the attribute value to look for.
The masked value for the attribute, or undefined if there is no such attribute, or the attribute has no label template with a mask.
Finds an attribute based on key.
The key of the attribute to look for.
The matching attribute.
If there is no such attribute.
Finds an attribute value usable for displaying. If the attribute has a label template with a mask, this method is similar to findMaskedAttributeValue. If the attribute has no label template with a mask, this method will simply return the attribute's value.
The key of the attribute value to look for.
The display value for the attribute.
If there is no such attribute.
Finds an attribute based on key.