Uses of Class
net.authorize.api.contract.v1.ArrayOfSetting
-
Packages that use ArrayOfSetting Package Description net.authorize.api.contract.v1 -
-
Uses of ArrayOfSetting in net.authorize.api.contract.v1
Subclasses of ArrayOfSetting in net.authorize.api.contract.v1 Modifier and Type Class Description classEmailSettingsTypeAllowed values for settingName are: headerEmailReceipt and footerEmailReceiptFields in net.authorize.api.contract.v1 declared as ArrayOfSetting Modifier and Type Field Description protected ArrayOfSettingGetHostedPaymentPageRequest. hostedPaymentSettingsprotected ArrayOfSettingGetHostedProfilePageRequest. hostedProfileSettingsprotected ArrayOfSettingTransactionRequestType. transactionSettingsMethods in net.authorize.api.contract.v1 that return ArrayOfSetting Modifier and Type Method Description ArrayOfSettingObjectFactory. createArrayOfSetting()Create an instance ofArrayOfSettingArrayOfSettingGetHostedPaymentPageRequest. getHostedPaymentSettings()Gets the value of the hostedPaymentSettings property.ArrayOfSettingGetHostedProfilePageRequest. getHostedProfileSettings()Gets the value of the hostedProfileSettings property.ArrayOfSettingTransactionRequestType. getTransactionSettings()Gets the value of the transactionSettings property.Methods in net.authorize.api.contract.v1 with parameters of type ArrayOfSetting Modifier and Type Method Description voidGetHostedPaymentPageRequest. setHostedPaymentSettings(ArrayOfSetting value)Sets the value of the hostedPaymentSettings property.voidGetHostedProfilePageRequest. setHostedProfileSettings(ArrayOfSetting value)Sets the value of the hostedProfileSettings property.voidTransactionRequestType. setTransactionSettings(ArrayOfSetting value)Sets the value of the transactionSettings property.
-