public class PaymentProfile
extends java.lang.Object
Java class for paymentProfile complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="paymentProfile"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="paymentProfileId" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}numericString"/> <element name="cardCode" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}cardCode" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
cardCode |
protected java.lang.String |
paymentProfileId |
Constructor and Description |
---|
PaymentProfile() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCardCode()
Gets the value of the cardCode property.
|
java.lang.String |
getPaymentProfileId()
Gets the value of the paymentProfileId property.
|
void |
setCardCode(java.lang.String value)
Sets the value of the cardCode property.
|
void |
setPaymentProfileId(java.lang.String value)
Sets the value of the paymentProfileId property.
|
protected java.lang.String paymentProfileId
protected java.lang.String cardCode
public java.lang.String getPaymentProfileId()
String
public void setPaymentProfileId(java.lang.String value)
value
- allowed object is
String
public java.lang.String getCardCode()
String
public void setCardCode(java.lang.String value)
value
- allowed object is
String
Copyright © 2018. All Rights Reserved.