|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.authorize.api.contract.v1.CustomerProfilePaymentType
public class CustomerProfilePaymentType
Java class for customerProfilePaymentType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="customerProfilePaymentType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="customerProfileId" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}numericString"/>
<element name="paymentProfile" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}paymentProfile" minOccurs="0"/>
<element name="shippingProfileId" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}numericString" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
customerProfileId
|
protected PaymentProfile |
paymentProfile
|
protected String |
shippingProfileId
|
| Constructor Summary | |
|---|---|
CustomerProfilePaymentType()
|
|
| Method Summary | |
|---|---|
String |
getCustomerProfileId()
Gets the value of the customerProfileId property. |
PaymentProfile |
getPaymentProfile()
Gets the value of the paymentProfile property. |
String |
getShippingProfileId()
Gets the value of the shippingProfileId property. |
void |
setCustomerProfileId(String value)
Sets the value of the customerProfileId property. |
void |
setPaymentProfile(PaymentProfile value)
Sets the value of the paymentProfile property. |
void |
setShippingProfileId(String value)
Sets the value of the shippingProfileId property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String customerProfileId
protected PaymentProfile paymentProfile
protected String shippingProfileId
| Constructor Detail |
|---|
public CustomerProfilePaymentType()
| Method Detail |
|---|
public String getCustomerProfileId()
Stringpublic void setCustomerProfileId(String value)
value - allowed object is
Stringpublic PaymentProfile getPaymentProfile()
PaymentProfilepublic void setPaymentProfile(PaymentProfile value)
value - allowed object is
PaymentProfilepublic String getShippingProfileId()
Stringpublic void setShippingProfileId(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||