File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/main/java/net/authorize/api/contract/v1 Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2525 * <complexContent>
2626 * <extension base="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}ANetApiRequest">
2727 * <sequence>
28- * <element name="profile" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}customerProfileExType "/>
28+ * <element name="profile" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}CustomerProfileExType "/>
2929 * </sequence>
3030 * </extension>
3131 * </complexContent>
@@ -50,7 +50,7 @@ public class UpdateCustomerProfileRequest
5050 *
5151 * @return
5252 * possible object is
53- * {@link customerProfileExType }
53+ * {@link CustomerProfileExType }
5454 *
5555 */
5656
@@ -63,7 +63,7 @@ public CustomerProfileExType getProfile() {
6363 *
6464 * @param value
6565 * allowed object is
66- * {@link customerProfileExType }
66+ * {@link CustomerProfileExType }
6767 *
6868 */
6969 public void setProfile (CustomerProfileExType profile ) {
You can’t perform that action at this time.
0 commit comments