|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.authorize.api.contract.v1.PaymentProfile
public class PaymentProfile
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>
| Field Summary | |
|---|---|
protected String |
cardCode
|
protected String |
paymentProfileId
|
| Constructor Summary | |
|---|---|
PaymentProfile()
|
|
| Method Summary | |
|---|---|
String |
getCardCode()
Gets the value of the cardCode property. |
String |
getPaymentProfileId()
Gets the value of the paymentProfileId property. |
void |
setCardCode(String value)
Sets the value of the cardCode property. |
void |
setPaymentProfileId(String value)
Sets the value of the paymentProfileId property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String paymentProfileId
protected String cardCode
| Constructor Detail |
|---|
public PaymentProfile()
| Method Detail |
|---|
public String getPaymentProfileId()
Stringpublic void setPaymentProfileId(String value)
value - allowed object is
Stringpublic String getCardCode()
Stringpublic void setCardCode(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||