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 25
25
* <complexContent>
26
26
* <extension base="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}ANetApiRequest">
27
27
* <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 "/>
29
29
* </sequence>
30
30
* </extension>
31
31
* </complexContent>
@@ -50,7 +50,7 @@ public class UpdateCustomerProfileRequest
50
50
*
51
51
* @return
52
52
* possible object is
53
- * {@link customerProfileExType }
53
+ * {@link CustomerProfileExType }
54
54
*
55
55
*/
56
56
@@ -63,7 +63,7 @@ public CustomerProfileExType getProfile() {
63
63
*
64
64
* @param value
65
65
* allowed object is
66
- * {@link customerProfileExType }
66
+ * {@link CustomerProfileExType }
67
67
*
68
68
*/
69
69
public void setProfile (CustomerProfileExType profile ) {
You can’t perform that action at this time.
0 commit comments