public class BillingApprovalDetailsType
extends java.lang.Object
Java class for BillingApprovalDetailsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BillingApprovalDetailsType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="ApprovalType" type="{urn:ebay:apis:eBLBaseComponents}ApprovalTypeType"/> <element name="ApprovalSubType" type="{urn:ebay:apis:eBLBaseComponents}ApprovalSubTypeType" minOccurs="0"/> <element name="OrderDetails" type="{urn:ebay:apis:eBLBaseComponents}OrderDetailsType" minOccurs="0"/> <element name="PaymentDirectives" type="{urn:ebay:apis:eBLBaseComponents}PaymentDirectivesType" minOccurs="0"/> <element name="Custom" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected ApprovalSubTypeType |
approvalSubType |
protected ApprovalTypeType |
approvalType |
protected java.lang.String |
custom |
protected OrderDetailsType |
orderDetails |
protected PaymentDirectivesType |
paymentDirectives |
Constructor and Description |
---|
BillingApprovalDetailsType() |
Modifier and Type | Method and Description |
---|---|
ApprovalSubTypeType |
getApprovalSubType()
Gets the value of the approvalSubType property.
|
ApprovalTypeType |
getApprovalType()
Gets the value of the approvalType property.
|
java.lang.String |
getCustom()
Gets the value of the custom property.
|
OrderDetailsType |
getOrderDetails()
Gets the value of the orderDetails property.
|
PaymentDirectivesType |
getPaymentDirectives()
Gets the value of the paymentDirectives property.
|
void |
setApprovalSubType(ApprovalSubTypeType value)
Sets the value of the approvalSubType property.
|
void |
setApprovalType(ApprovalTypeType value)
Sets the value of the approvalType property.
|
void |
setCustom(java.lang.String value)
Sets the value of the custom property.
|
void |
setOrderDetails(OrderDetailsType value)
Sets the value of the orderDetails property.
|
void |
setPaymentDirectives(PaymentDirectivesType value)
Sets the value of the paymentDirectives property.
|
protected ApprovalTypeType approvalType
protected ApprovalSubTypeType approvalSubType
protected OrderDetailsType orderDetails
protected PaymentDirectivesType paymentDirectives
protected java.lang.String custom
public ApprovalTypeType getApprovalType()
ApprovalTypeType
public void setApprovalType(ApprovalTypeType value)
value
- the value
allowed object is
ApprovalTypeType
public ApprovalSubTypeType getApprovalSubType()
ApprovalSubTypeType
public void setApprovalSubType(ApprovalSubTypeType value)
value
- the value
allowed object is
ApprovalSubTypeType
public OrderDetailsType getOrderDetails()
OrderDetailsType
public void setOrderDetails(OrderDetailsType value)
value
- the value
allowed object is
OrderDetailsType
public PaymentDirectivesType getPaymentDirectives()
PaymentDirectivesType
public void setPaymentDirectives(PaymentDirectivesType value)
value
- the value
allowed object is
PaymentDirectivesType
public java.lang.String getCustom()
String
public void setCustom(java.lang.String value)
value
- the value
allowed object is
String
stSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.