public class ShoppingCartPaymentEntity extends Object implements Serializable
| Constructor and Description |
|---|
ShoppingCartPaymentEntity() |
ShoppingCartPaymentEntity(String payment_id,
String created_at,
String updated_at,
String method,
String cc_type,
String cc_number_enc,
String cc_last4,
String cc_cid_enc,
String cc_owner,
String cc_exp_month,
String cc_exp_year,
String cc_ss_owner,
String cc_ss_start_month,
String cc_ss_start_year,
String cc_ss_issue,
String po_number,
String additional_data,
String additional_information) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getAdditional_data()
Gets the additional_data value for this ShoppingCartPaymentEntity.
|
String |
getAdditional_information()
Gets the additional_information value for this ShoppingCartPaymentEntity.
|
String |
getCc_cid_enc()
Gets the cc_cid_enc value for this ShoppingCartPaymentEntity.
|
String |
getCc_exp_month()
Gets the cc_exp_month value for this ShoppingCartPaymentEntity.
|
String |
getCc_exp_year()
Gets the cc_exp_year value for this ShoppingCartPaymentEntity.
|
String |
getCc_last4()
Gets the cc_last4 value for this ShoppingCartPaymentEntity.
|
String |
getCc_number_enc()
Gets the cc_number_enc value for this ShoppingCartPaymentEntity.
|
String |
getCc_owner()
Gets the cc_owner value for this ShoppingCartPaymentEntity.
|
String |
getCc_ss_issue()
Gets the cc_ss_issue value for this ShoppingCartPaymentEntity.
|
String |
getCc_ss_owner()
Gets the cc_ss_owner value for this ShoppingCartPaymentEntity.
|
String |
getCc_ss_start_month()
Gets the cc_ss_start_month value for this ShoppingCartPaymentEntity.
|
String |
getCc_ss_start_year()
Gets the cc_ss_start_year value for this ShoppingCartPaymentEntity.
|
String |
getCc_type()
Gets the cc_type value for this ShoppingCartPaymentEntity.
|
String |
getCreated_at()
Gets the created_at value for this ShoppingCartPaymentEntity.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
String |
getMethod()
Gets the method value for this ShoppingCartPaymentEntity.
|
String |
getPayment_id()
Gets the payment_id value for this ShoppingCartPaymentEntity.
|
String |
getPo_number()
Gets the po_number value for this ShoppingCartPaymentEntity.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
String |
getUpdated_at()
Gets the updated_at value for this ShoppingCartPaymentEntity.
|
int |
hashCode() |
void |
setAdditional_data(String additional_data)
Sets the additional_data value for this ShoppingCartPaymentEntity.
|
void |
setAdditional_information(String additional_information)
Sets the additional_information value for this ShoppingCartPaymentEntity.
|
void |
setCc_cid_enc(String cc_cid_enc)
Sets the cc_cid_enc value for this ShoppingCartPaymentEntity.
|
void |
setCc_exp_month(String cc_exp_month)
Sets the cc_exp_month value for this ShoppingCartPaymentEntity.
|
void |
setCc_exp_year(String cc_exp_year)
Sets the cc_exp_year value for this ShoppingCartPaymentEntity.
|
void |
setCc_last4(String cc_last4)
Sets the cc_last4 value for this ShoppingCartPaymentEntity.
|
void |
setCc_number_enc(String cc_number_enc)
Sets the cc_number_enc value for this ShoppingCartPaymentEntity.
|
void |
setCc_owner(String cc_owner)
Sets the cc_owner value for this ShoppingCartPaymentEntity.
|
void |
setCc_ss_issue(String cc_ss_issue)
Sets the cc_ss_issue value for this ShoppingCartPaymentEntity.
|
void |
setCc_ss_owner(String cc_ss_owner)
Sets the cc_ss_owner value for this ShoppingCartPaymentEntity.
|
void |
setCc_ss_start_month(String cc_ss_start_month)
Sets the cc_ss_start_month value for this ShoppingCartPaymentEntity.
|
void |
setCc_ss_start_year(String cc_ss_start_year)
Sets the cc_ss_start_year value for this ShoppingCartPaymentEntity.
|
void |
setCc_type(String cc_type)
Sets the cc_type value for this ShoppingCartPaymentEntity.
|
void |
setCreated_at(String created_at)
Sets the created_at value for this ShoppingCartPaymentEntity.
|
void |
setMethod(String method)
Sets the method value for this ShoppingCartPaymentEntity.
|
void |
setPayment_id(String payment_id)
Sets the payment_id value for this ShoppingCartPaymentEntity.
|
void |
setPo_number(String po_number)
Sets the po_number value for this ShoppingCartPaymentEntity.
|
void |
setUpdated_at(String updated_at)
Sets the updated_at value for this ShoppingCartPaymentEntity.
|
public ShoppingCartPaymentEntity()
public ShoppingCartPaymentEntity(String payment_id, String created_at, String updated_at, String method, String cc_type, String cc_number_enc, String cc_last4, String cc_cid_enc, String cc_owner, String cc_exp_month, String cc_exp_year, String cc_ss_owner, String cc_ss_start_month, String cc_ss_start_year, String cc_ss_issue, String po_number, String additional_data, String additional_information)
public String getPayment_id()
public void setPayment_id(String payment_id)
payment_id - public String getCreated_at()
public void setCreated_at(String created_at)
created_at - public String getUpdated_at()
public void setUpdated_at(String updated_at)
updated_at - public String getMethod()
public void setMethod(String method)
method - public String getCc_type()
public void setCc_type(String cc_type)
cc_type - public String getCc_number_enc()
public void setCc_number_enc(String cc_number_enc)
cc_number_enc - public String getCc_last4()
public void setCc_last4(String cc_last4)
cc_last4 - public String getCc_cid_enc()
public void setCc_cid_enc(String cc_cid_enc)
cc_cid_enc - public String getCc_owner()
public void setCc_owner(String cc_owner)
cc_owner - public String getCc_exp_month()
public void setCc_exp_month(String cc_exp_month)
cc_exp_month - public String getCc_exp_year()
public void setCc_exp_year(String cc_exp_year)
cc_exp_year - public String getCc_ss_owner()
public void setCc_ss_owner(String cc_ss_owner)
cc_ss_owner - public String getCc_ss_start_month()
public void setCc_ss_start_month(String cc_ss_start_month)
cc_ss_start_month - public String getCc_ss_start_year()
public void setCc_ss_start_year(String cc_ss_start_year)
cc_ss_start_year - public String getCc_ss_issue()
public void setCc_ss_issue(String cc_ss_issue)
cc_ss_issue - public String getPo_number()
public void setPo_number(String po_number)
po_number - public String getAdditional_data()
public void setAdditional_data(String additional_data)
additional_data - public String getAdditional_information()
public void setAdditional_information(String additional_information)
additional_information - public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2019 Imixs Software Solutions GmbH. All rights reserved.