public class

ReceivingPartyCreditCardDataType

extends Object
java.lang.Object
   ↳ workday.com.bsvc.ReceivingPartyCreditCardDataType

Class Overview

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>
 

Summary

Fields
protected String creditCardAuthorizationID
protected Boolean creditCardCredit
protected String customerProfileID
protected String merchantAccountID
protected String merchantProcessingID
Public Constructors
ReceivingPartyCreditCardDataType()
Public Methods
String getCreditCardAuthorizationID()
Gets the value of the creditCardAuthorizationID property.
String getCustomerProfileID()
Gets the value of the customerProfileID property.
String getMerchantAccountID()
Gets the value of the merchantAccountID property.
String getMerchantProcessingID()
Gets the value of the merchantProcessingID property.
Boolean isCreditCardCredit()
Gets the value of the creditCardCredit property.
void setCreditCardAuthorizationID(String value)
Sets the value of the creditCardAuthorizationID property.
void setCreditCardCredit(Boolean value)
Sets the value of the creditCardCredit property.
void setCustomerProfileID(String value)
Sets the value of the customerProfileID property.
void setMerchantAccountID(String value)
Sets the value of the merchantAccountID property.
void setMerchantProcessingID(String value)
Sets the value of the merchantProcessingID property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String creditCardAuthorizationID

protected Boolean creditCardCredit

protected String customerProfileID

protected String merchantAccountID

protected String merchantProcessingID

Public Constructors

public ReceivingPartyCreditCardDataType ()

Public Methods

public String getCreditCardAuthorizationID ()

Gets the value of the creditCardAuthorizationID property.

Returns
  • possible object is String

public String getCustomerProfileID ()

Gets the value of the customerProfileID property.

Returns
  • possible object is String

public String getMerchantAccountID ()

Gets the value of the merchantAccountID property.

Returns
  • possible object is String

public String getMerchantProcessingID ()

Gets the value of the merchantProcessingID property.

Returns
  • possible object is String

public Boolean isCreditCardCredit ()

Gets the value of the creditCardCredit property.

Returns
  • possible object is Boolean

public void setCreditCardAuthorizationID (String value)

Sets the value of the creditCardAuthorizationID property.

Parameters
value Allowed object is String

public void setCreditCardCredit (Boolean value)

Sets the value of the creditCardCredit property.

Parameters
value Allowed object is Boolean

public void setCustomerProfileID (String value)

Sets the value of the customerProfileID property.

Parameters
value Allowed object is String

public void setMerchantAccountID (String value)

Sets the value of the merchantAccountID property.

Parameters
value Allowed object is String

public void setMerchantProcessingID (String value)

Sets the value of the merchantProcessingID property.

Parameters
value Allowed object is String