Uses of Class
model.AuthorizationLinksMerchantIdentity
-
Packages that use AuthorizationLinksMerchantIdentity Package Description model -
-
Uses of AuthorizationLinksMerchantIdentity in model
Methods in model that return AuthorizationLinksMerchantIdentity Modifier and Type Method Description static AuthorizationLinksMerchantIdentityAuthorizationLinksMerchantIdentity. fromJson(String jsonString)Create an instance of AuthorizationLinksMerchantIdentity given an JSON stringAuthorizationLinksMerchantIdentityAuthorizationLinks. getMerchantIdentity()Get merchantIdentityAuthorizationLinksMerchantIdentityTransferLinks. getMerchantIdentity()Get merchantIdentityAuthorizationLinksMerchantIdentityAuthorizationLinksMerchantIdentity. href(String href)Methods in model with parameters of type AuthorizationLinksMerchantIdentity Modifier and Type Method Description AuthorizationLinksAuthorizationLinks. merchantIdentity(AuthorizationLinksMerchantIdentity merchantIdentity)TransferLinksTransferLinks. merchantIdentity(AuthorizationLinksMerchantIdentity merchantIdentity)voidAuthorizationLinks. setMerchantIdentity(AuthorizationLinksMerchantIdentity merchantIdentity)voidTransferLinks. setMerchantIdentity(AuthorizationLinksMerchantIdentity merchantIdentity)
-