Uses of Class
net.authorize.api.contract.v1.CustomerProfileSummaryType
-
Packages that use CustomerProfileSummaryType Package Description net.authorize.api.contract.v1 -
-
Uses of CustomerProfileSummaryType in net.authorize.api.contract.v1
Fields in net.authorize.api.contract.v1 declared as CustomerProfileSummaryType Modifier and Type Field Description protected CustomerProfileSummaryTypeEnumCollection. customerProfileSummaryTypeprotected CustomerProfileSummaryTypeXXDoNotUseDummyRequest. customerProfileSummaryTypeMethods in net.authorize.api.contract.v1 that return CustomerProfileSummaryType Modifier and Type Method Description CustomerProfileSummaryTypeObjectFactory. createCustomerProfileSummaryType()Create an instance ofCustomerProfileSummaryTypeCustomerProfileSummaryTypeEnumCollection. getCustomerProfileSummaryType()Gets the value of the customerProfileSummaryType property.CustomerProfileSummaryTypeXXDoNotUseDummyRequest. getCustomerProfileSummaryType()Gets the value of the customerProfileSummaryType property.Methods in net.authorize.api.contract.v1 with parameters of type CustomerProfileSummaryType Modifier and Type Method Description voidEnumCollection. setCustomerProfileSummaryType(CustomerProfileSummaryType value)Sets the value of the customerProfileSummaryType property.voidXXDoNotUseDummyRequest. setCustomerProfileSummaryType(CustomerProfileSummaryType value)Sets the value of the customerProfileSummaryType property.
-