Uses of Class
net.authorize.api.contract.v1.UserField
-
Packages that use UserField Package Description net.authorize.api.contract.v1 -
-
Uses of UserField in net.authorize.api.contract.v1
Fields in net.authorize.api.contract.v1 with type parameters of type UserField Modifier and Type Field Description protected List<UserField>TransactionRequestType.UserFields. userFieldprotected List<UserField>TransactionResponse.UserFields. userFieldMethods in net.authorize.api.contract.v1 that return UserField Modifier and Type Method Description UserFieldObjectFactory. createUserField()Create an instance ofUserFieldMethods in net.authorize.api.contract.v1 that return types with arguments of type UserField Modifier and Type Method Description List<UserField>TransactionRequestType.UserFields. getUserField()Gets the value of the userField property.List<UserField>TransactionResponse.UserFields. getUserField()Gets the value of the userField property.
-