net.authorize.api.contract.v1
Class CustomerProfilePaymentType

java.lang.Object
  extended by net.authorize.api.contract.v1.CustomerProfilePaymentType

public class CustomerProfilePaymentType
extends Object

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

customerProfileId

protected String customerProfileId

paymentProfile

protected PaymentProfile paymentProfile

shippingProfileId

protected String shippingProfileId
Constructor Detail

CustomerProfilePaymentType

public CustomerProfilePaymentType()
Method Detail

getCustomerProfileId

public String getCustomerProfileId()
Gets the value of the customerProfileId property.

Returns:
possible object is String

setCustomerProfileId

public void setCustomerProfileId(String value)
Sets the value of the customerProfileId property.

Parameters:
value - allowed object is String

getPaymentProfile

public PaymentProfile getPaymentProfile()
Gets the value of the paymentProfile property.

Returns:
possible object is PaymentProfile

setPaymentProfile

public void setPaymentProfile(PaymentProfile value)
Sets the value of the paymentProfile property.

Parameters:
value - allowed object is PaymentProfile

getShippingProfileId

public String getShippingProfileId()
Gets the value of the shippingProfileId property.

Returns:
possible object is String

setShippingProfileId

public void setShippingProfileId(String value)
Sets the value of the shippingProfileId property.

Parameters:
value - allowed object is String


Copyright © 2014. All Rights Reserved.