Uses of Class
net.authorize.api.contract.v1.ArrayOfSetting

Packages that use ArrayOfSetting
net.authorize.api.contract.v1   
 

Uses of ArrayOfSetting in net.authorize.api.contract.v1
 

Subclasses of ArrayOfSetting in net.authorize.api.contract.v1
 class EmailSettingsType
          Allowed values for settingName are: headerEmailReceipt and footerEmailReceipt
 

Fields in net.authorize.api.contract.v1 declared as ArrayOfSetting
protected  ArrayOfSetting GetHostedProfilePageRequest.hostedProfileSettings
           
protected  ArrayOfSetting TransactionRequestType.transactionSettings
           
 

Methods in net.authorize.api.contract.v1 that return ArrayOfSetting
 ArrayOfSetting ObjectFactory.createArrayOfSetting()
          Create an instance of ArrayOfSetting
 ArrayOfSetting GetHostedProfilePageRequest.getHostedProfileSettings()
          Gets the value of the hostedProfileSettings property.
 ArrayOfSetting TransactionRequestType.getTransactionSettings()
          Gets the value of the transactionSettings property.
 

Methods in net.authorize.api.contract.v1 with parameters of type ArrayOfSetting
 void GetHostedProfilePageRequest.setHostedProfileSettings(ArrayOfSetting value)
          Sets the value of the hostedProfileSettings property.
 void TransactionRequestType.setTransactionSettings(ArrayOfSetting value)
          Sets the value of the transactionSettings property.
 



Copyright © 2014. All Rights Reserved.