| java.lang.Object | |
| ↳ | ebay.apis.eblbasecomponents.CreateRecurringPaymentsProfileRequestDetailsType |
Java class for CreateRecurringPaymentsProfileRequestDetailsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CreateRecurringPaymentsProfileRequestDetailsType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Token" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="CreditCard" type="{urn:ebay:apis:eBLBaseComponents}CreditCardDetailsType" minOccurs="0"/>
<element name="RecurringPaymentsProfileDetails" type="{urn:ebay:apis:eBLBaseComponents}RecurringPaymentsProfileDetailsType"/>
<element name="ScheduleDetails" type="{urn:ebay:apis:eBLBaseComponents}ScheduleDetailsType"/>
<element name="PaymentDetailsItem" type="{urn:ebay:apis:eBLBaseComponents}PaymentDetailsItemType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| creditCard | |||||||||||
| paymentDetailsItem | |||||||||||
| recurringPaymentsProfileDetails | |||||||||||
| scheduleDetails | |||||||||||
| token | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the creditCard property.
| |||||||||||
Gets the value of the paymentDetailsItem property.
| |||||||||||
Gets the value of the recurringPaymentsProfileDetails property.
| |||||||||||
Gets the value of the scheduleDetails property.
| |||||||||||
Gets the value of the token property.
| |||||||||||
Sets the value of the creditCard property.
| |||||||||||
Sets the value of the recurringPaymentsProfileDetails property.
| |||||||||||
Sets the value of the scheduleDetails property.
| |||||||||||
Sets the value of the token property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the creditCard property.
CreditCardDetailsType
Gets the value of the paymentDetailsItem property.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the paymentDetailsItem property.
For example, to add a new item, do as follows:
getPaymentDetailsItem().add(newItem);
Objects of the following type(s) are allowed in the list
PaymentDetailsItemType
Gets the value of the recurringPaymentsProfileDetails property.
RecurringPaymentsProfileDetailsType
Gets the value of the scheduleDetails property.
ScheduleDetailsType
Gets the value of the token property.
Sets the value of the creditCard property.
| value | Allowed object is
CreditCardDetailsType
|
|---|
Sets the value of the recurringPaymentsProfileDetails property.
| value | Allowed object is
RecurringPaymentsProfileDetailsType
|
|---|
Sets the value of the scheduleDetails property.
| value | Allowed object is
ScheduleDetailsType
|
|---|
Sets the value of the token property.
| value | Allowed object is String |
|---|