Uses of Class
com.onlinepayments.domain.AccountOnFileAttribute
Packages that use AccountOnFileAttribute
-
Uses of AccountOnFileAttribute in com.onlinepayments.domain
Methods in com.onlinepayments.domain that return AccountOnFileAttributeModifier and TypeMethodDescriptionName of the key or propertyAccountOnFileAttribute.withMustWriteReason(String value) Deprecated.DeprecatedAccountOnFileAttribute.withStatus(String value) Possible values: READ_ONLY - attribute cannot be updated and should be presented in that way to the user CAN_WRITE - attribute can be updated and should be presented as an editable field, for example an expiration date that will expire very soon MUST_WRITE - attribute should be updated and must be presented as an editable field, for example an expiration date that has already expired Any updated values that are entered for CAN_WRITE or MUST_WRITE will be used to update the values stored in the token.Value of the key or propertyMethods in com.onlinepayments.domain that return types with arguments of type AccountOnFileAttributeMethod parameters in com.onlinepayments.domain with type arguments of type AccountOnFileAttributeModifier and TypeMethodDescriptionvoidAccountOnFile.setAttributes(List<AccountOnFileAttribute> value) AccountOnFile.withAttributes(List<AccountOnFileAttribute> value)