public interface Account
Account
interface provides information about particular account.Modifier and Type | Method and Description |
---|---|
Map<String,String> |
getAttributes() |
Map<String,String> |
getAttributes(String attributeName)
Use
getAttributes() to get all account attributes and
this method to get information only about attributes with attributeName. |
String |
getCustomerId() |
String |
getId() |
String |
getName() |
String getId()
String getName()
String getCustomerId()
Map<String,String> getAttributes(String attributeName)
getAttributes()
to get all account attributes and
this method to get information only about attributes with attributeName.attributeName
- attributeName
and values of the account attribute specified by
attributeName
.Copyright © 2020 SAP. All Rights Reserved.