| java.lang.Object | |
| ↳ | workday.com.bsvc.ReceivingPartyCreditCardDataType |
Receiving Party Cedit Card Data
Java class for Receiving_Party_Credit_Card_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Receiving_Party_Credit_Card_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Merchant_Account_ID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Customer_Profile_ID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Credit_Card_Authorization_ID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Merchant_Processing_ID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Credit_Card_Credit" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| creditCardAuthorizationID | |||||||||||
| creditCardCredit | |||||||||||
| customerProfileID | |||||||||||
| merchantAccountID | |||||||||||
| merchantProcessingID | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the creditCardAuthorizationID property.
| |||||||||||
Gets the value of the customerProfileID property.
| |||||||||||
Gets the value of the merchantAccountID property.
| |||||||||||
Gets the value of the merchantProcessingID property.
| |||||||||||
Gets the value of the creditCardCredit property.
| |||||||||||
Sets the value of the creditCardAuthorizationID property.
| |||||||||||
Sets the value of the creditCardCredit property.
| |||||||||||
Sets the value of the customerProfileID property.
| |||||||||||
Sets the value of the merchantAccountID property.
| |||||||||||
Sets the value of the merchantProcessingID property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
Gets the value of the creditCardAuthorizationID property.
Gets the value of the customerProfileID property.
Gets the value of the merchantAccountID property.
Gets the value of the merchantProcessingID property.
Gets the value of the creditCardCredit property.
Sets the value of the creditCardAuthorizationID property.
| value | Allowed object is String |
|---|
Sets the value of the creditCardCredit property.
| value | Allowed object is Boolean |
|---|
Sets the value of the customerProfileID property.
| value | Allowed object is String |
|---|
Sets the value of the merchantAccountID property.
| value | Allowed object is String |
|---|
Sets the value of the merchantProcessingID property.
| value | Allowed object is String |
|---|

