public class PaymentMeansType
extends java.lang.Object
Java class for PaymentMeansType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PaymentMeansType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="TypeCodeID" type="{urn:ebay:apis:eBLBaseComponents}SellerPaymentMethodCodeType"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected SellerPaymentMethodCodeType |
typeCodeID |
Constructor and Description |
---|
PaymentMeansType() |
Modifier and Type | Method and Description |
---|---|
SellerPaymentMethodCodeType |
getTypeCodeID()
Gets the value of the typeCodeID property.
|
void |
setTypeCodeID(SellerPaymentMethodCodeType value)
Sets the value of the typeCodeID property.
|
protected SellerPaymentMethodCodeType typeCodeID
public SellerPaymentMethodCodeType getTypeCodeID()
SellerPaymentMethodCodeType
public void setTypeCodeID(SellerPaymentMethodCodeType value)
value
- the value
allowed object is
SellerPaymentMethodCodeType
stSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.