@@ -17,7 +17,8 @@ class GetHostedProfilePageRequest extends ANetApiRequestType
1717 * Allowed values for settingName are: hostedProfileReturnUrl,
1818 * hostedProfileReturnUrlText, hostedProfilePageBorderVisible,
1919 * hostedProfileIFrameCommunicatorUrl, hostedProfileHeadingBgColor,
20- * hostedProfileBillingAddressRequired, hostedProfileCardCodeRequired.
20+ * hostedProfileBillingAddressRequired, hostedProfileCardCodeRequired,
21+ * hostedProfileBillingAddressOptions, hostedProfileManageOptions.
2122 *
2223 * @property \net\authorize\api\contract\v1\SettingType[] $hostedProfileSettings
2324 */
@@ -51,7 +52,8 @@ public function setCustomerProfileId($customerProfileId)
5152 * Allowed values for settingName are: hostedProfileReturnUrl,
5253 * hostedProfileReturnUrlText, hostedProfilePageBorderVisible,
5354 * hostedProfileIFrameCommunicatorUrl, hostedProfileHeadingBgColor,
54- * hostedProfileBillingAddressRequired, hostedProfileCardCodeRequired.
55+ * hostedProfileBillingAddressRequired, hostedProfileCardCodeRequired,
56+ * hostedProfileBillingAddressOptions, hostedProfileManageOptions.
5557 *
5658 * @return self
5759 * @param \net\authorize\api\contract\v1\SettingType $setting
@@ -68,7 +70,8 @@ public function addToHostedProfileSettings(\net\authorize\api\contract\v1\Settin
6870 * Allowed values for settingName are: hostedProfileReturnUrl,
6971 * hostedProfileReturnUrlText, hostedProfilePageBorderVisible,
7072 * hostedProfileIFrameCommunicatorUrl, hostedProfileHeadingBgColor,
71- * hostedProfileBillingAddressRequired, hostedProfileCardCodeRequired.
73+ * hostedProfileBillingAddressRequired, hostedProfileCardCodeRequired,
74+ * hostedProfileBillingAddressOptions, hostedProfileManageOptions.
7275 *
7376 * @param scalar $index
7477 * @return boolean
@@ -84,7 +87,8 @@ public function issetHostedProfileSettings($index)
8487 * Allowed values for settingName are: hostedProfileReturnUrl,
8588 * hostedProfileReturnUrlText, hostedProfilePageBorderVisible,
8689 * hostedProfileIFrameCommunicatorUrl, hostedProfileHeadingBgColor,
87- * hostedProfileBillingAddressRequired, hostedProfileCardCodeRequired.
90+ * hostedProfileBillingAddressRequired, hostedProfileCardCodeRequired,
91+ * hostedProfileBillingAddressOptions, hostedProfileManageOptions.
8892 *
8993 * @param scalar $index
9094 * @return void
@@ -100,7 +104,8 @@ public function unsetHostedProfileSettings($index)
100104 * Allowed values for settingName are: hostedProfileReturnUrl,
101105 * hostedProfileReturnUrlText, hostedProfilePageBorderVisible,
102106 * hostedProfileIFrameCommunicatorUrl, hostedProfileHeadingBgColor,
103- * hostedProfileBillingAddressRequired, hostedProfileCardCodeRequired.
107+ * hostedProfileBillingAddressRequired, hostedProfileCardCodeRequired,
108+ * hostedProfileBillingAddressOptions, hostedProfileManageOptions.
104109 *
105110 * @return \net\authorize\api\contract\v1\SettingType[]
106111 */
@@ -115,7 +120,8 @@ public function getHostedProfileSettings()
115120 * Allowed values for settingName are: hostedProfileReturnUrl,
116121 * hostedProfileReturnUrlText, hostedProfilePageBorderVisible,
117122 * hostedProfileIFrameCommunicatorUrl, hostedProfileHeadingBgColor,
118- * hostedProfileBillingAddressRequired, hostedProfileCardCodeRequired.
123+ * hostedProfileBillingAddressRequired, hostedProfileCardCodeRequired,
124+ * hostedProfileBillingAddressOptions, hostedProfileManageOptions.
119125 *
120126 * @param \net\authorize\api\contract\v1\SettingType[] $hostedProfileSettings
121127 * @return self
0 commit comments