File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed
src/main/java/net/authorize/api/contract/v1 Expand file tree Collapse file tree 1 file changed +11
-11
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}customerProfileInfoExType "/>
28
+ * <element name="profile" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}customerProfileExType "/>
29
29
* </sequence>
30
30
* </extension>
31
31
* </complexContent>
@@ -44,30 +44,30 @@ public class UpdateCustomerProfileRequest
44
44
{
45
45
46
46
@ XmlElement (required = true )
47
- protected CustomerProfileInfoExType profile ;
48
-
47
+ protected CustomerProfileExType profile ;
49
48
/**
50
49
* Gets the value of the profile property.
51
50
*
52
51
* @return
53
52
* possible object is
54
- * {@link CustomerProfileInfoExType }
53
+ * {@link customerProfileExType }
55
54
*
56
55
*/
57
- public CustomerProfileInfoExType getProfile () {
58
- return profile ;
59
- }
56
+
57
+ public CustomerProfileExType getProfile () {
58
+ return profile ;
59
+ }
60
60
61
61
/**
62
62
* Sets the value of the profile property.
63
63
*
64
64
* @param value
65
65
* allowed object is
66
- * {@link CustomerProfileInfoExType }
66
+ * {@link customerProfileExType }
67
67
*
68
68
*/
69
- public void setProfile (CustomerProfileInfoExType value ) {
70
- this .profile = value ;
71
- }
69
+ public void setProfile (CustomerProfileExType profile ) {
70
+ this .profile = profile ;
71
+ }
72
72
73
73
}
You can’t perform that action at this time.
0 commit comments