You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: mozu-java-core/src/main/java/com/mozu/api/contracts/commerceruntime/payments/PaymentGatewayInteraction.java
+23-23Lines changed: 23 additions & 23 deletions
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,29 @@ public class PaymentGatewayInteraction implements Serializable
* Contact information, including the contact's name, address, phone numbers, email addresses, and company (if supplied). Also indicates whether this is a billing, shipping, or billing and shipping contact.
@@ -135,6 +135,14 @@ public void setMiddleNameOrInitial(String middleNameOrInitial) {
135
135
this.middleNameOrInitial = middleNameOrInitial;
136
136
}
137
137
138
+
protectedList<ContactType> types;
139
+
publicList<ContactType> getTypes() {
140
+
returnthis.types;
141
+
}
142
+
publicvoidsetTypes(List<ContactType> types) {
143
+
this.types = types;
144
+
}
145
+
138
146
/**
139
147
* Address associated with the customer account contact.
140
148
*/
@@ -174,12 +182,4 @@ public void setPhoneNumbers(Phone phoneNumbers) {
0 commit comments