Package net.authorize.api.contract.v1
Class GetCustomerPaymentProfileListResponse
- java.lang.Object
-
- net.authorize.api.contract.v1.ANetApiResponse
-
- net.authorize.api.contract.v1.GetCustomerPaymentProfileListResponse
-
- All Implemented Interfaces:
Serializable
public class GetCustomerPaymentProfileListResponse extends ANetApiResponse
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <extension base="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}ANetApiResponse"> <sequence> <element name="totalNumInResultSet" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="paymentProfiles" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}arrayOfCustomerPaymentProfileListItemType" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected ArrayOfCustomerPaymentProfileListItemTypepaymentProfilesprotected inttotalNumInResultSet-
Fields inherited from class net.authorize.api.contract.v1.ANetApiResponse
messages, refId, sessionToken
-
-
Constructor Summary
Constructors Constructor Description GetCustomerPaymentProfileListResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ArrayOfCustomerPaymentProfileListItemTypegetPaymentProfiles()Gets the value of the paymentProfiles property.intgetTotalNumInResultSet()Gets the value of the totalNumInResultSet property.voidsetPaymentProfiles(ArrayOfCustomerPaymentProfileListItemType value)Sets the value of the paymentProfiles property.voidsetTotalNumInResultSet(int value)Sets the value of the totalNumInResultSet property.-
Methods inherited from class net.authorize.api.contract.v1.ANetApiResponse
getMessages, getRefId, getSessionToken, setMessages, setRefId, setSessionToken
-
-
-
-
Field Detail
-
totalNumInResultSet
protected int totalNumInResultSet
-
paymentProfiles
protected ArrayOfCustomerPaymentProfileListItemType paymentProfiles
-
-
Method Detail
-
getTotalNumInResultSet
public int getTotalNumInResultSet()
Gets the value of the totalNumInResultSet property.
-
setTotalNumInResultSet
public void setTotalNumInResultSet(int value)
Sets the value of the totalNumInResultSet property.
-
getPaymentProfiles
public ArrayOfCustomerPaymentProfileListItemType getPaymentProfiles()
Gets the value of the paymentProfiles property.- Returns:
- possible object is
ArrayOfCustomerPaymentProfileListItemType
-
setPaymentProfiles
public void setPaymentProfiles(ArrayOfCustomerPaymentProfileListItemType value)
Sets the value of the paymentProfiles property.- Parameters:
value- allowed object isArrayOfCustomerPaymentProfileListItemType
-
-