Package net.authorize.api.contract.v1
Class PaymentProfile
- java.lang.Object
-
- net.authorize.api.contract.v1.PaymentProfile
-
public class PaymentProfile extends 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>
-
-
Field Summary
Fields Modifier and Type Field Description protected StringcardCodeprotected StringpaymentProfileId
-
Constructor Summary
Constructors Constructor Description PaymentProfile()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCardCode()Gets the value of the cardCode property.StringgetPaymentProfileId()Gets the value of the paymentProfileId property.voidsetCardCode(String value)Sets the value of the cardCode property.voidsetPaymentProfileId(String value)Sets the value of the paymentProfileId property.
-
-
-
Method Detail
-
getPaymentProfileId
public String getPaymentProfileId()
Gets the value of the paymentProfileId property.- Returns:
- possible object is
String
-
setPaymentProfileId
public void setPaymentProfileId(String value)
Sets the value of the paymentProfileId property.- Parameters:
value- allowed object isString
-
getCardCode
public String getCardCode()
Gets the value of the cardCode property.- Returns:
- possible object is
String
-
-