Uses of Class
net.authorize.api.contract.v1.ArrayOfNumericString
-
Packages that use ArrayOfNumericString Package Description net.authorize.api.contract.v1 -
-
Uses of ArrayOfNumericString in net.authorize.api.contract.v1
Fields in net.authorize.api.contract.v1 declared as ArrayOfNumericString Modifier and Type Field Description protected ArrayOfNumericStringCreateCustomerProfileResponse. customerPaymentProfileIdListprotected ArrayOfNumericStringCreateProfileResponse. customerPaymentProfileIdListprotected ArrayOfNumericStringCreateCustomerProfileResponse. customerShippingAddressIdListprotected ArrayOfNumericStringCreateProfileResponse. customerShippingAddressIdListprotected ArrayOfNumericStringGetCustomerProfileIdsResponse. idsMethods in net.authorize.api.contract.v1 that return ArrayOfNumericString Modifier and Type Method Description ArrayOfNumericStringObjectFactory. createArrayOfNumericString()Create an instance ofArrayOfNumericStringArrayOfNumericStringCreateCustomerProfileResponse. getCustomerPaymentProfileIdList()Gets the value of the customerPaymentProfileIdList property.ArrayOfNumericStringCreateProfileResponse. getCustomerPaymentProfileIdList()Gets the value of the customerPaymentProfileIdList property.ArrayOfNumericStringCreateCustomerProfileResponse. getCustomerShippingAddressIdList()Gets the value of the customerShippingAddressIdList property.ArrayOfNumericStringCreateProfileResponse. getCustomerShippingAddressIdList()Gets the value of the customerShippingAddressIdList property.ArrayOfNumericStringGetCustomerProfileIdsResponse. getIds()Gets the value of the ids property.Methods in net.authorize.api.contract.v1 with parameters of type ArrayOfNumericString Modifier and Type Method Description voidCreateCustomerProfileResponse. setCustomerPaymentProfileIdList(ArrayOfNumericString value)Sets the value of the customerPaymentProfileIdList property.voidCreateProfileResponse. setCustomerPaymentProfileIdList(ArrayOfNumericString value)Sets the value of the customerPaymentProfileIdList property.voidCreateCustomerProfileResponse. setCustomerShippingAddressIdList(ArrayOfNumericString value)Sets the value of the customerShippingAddressIdList property.voidCreateProfileResponse. setCustomerShippingAddressIdList(ArrayOfNumericString value)Sets the value of the customerShippingAddressIdList property.voidGetCustomerProfileIdsResponse. setIds(ArrayOfNumericString value)Sets the value of the ids property.
-