public class TransactionOutputModel
extends java.lang.Object
Constructor and Description |
---|
TransactionOutputModel() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAmount()
This Method is use to Get the Amount
|
java.lang.String |
getCurrency_code()
This Method is use to Get the Currency Code
|
java.lang.String |
getCurrency_symbol()
This Method is use to Get the Currency Symbol
|
java.lang.String |
getInvoice_id()
This Method is use to Get the Invoice Id
|
java.lang.String |
getMovie_id()
This Method is use to Get the Movie Id
|
java.lang.String |
getOrder_number()
This Method is use to Get the Order Number
|
java.lang.String |
getPlan_name()
This Method is use to Get the Plan Name
|
java.lang.String |
getTransaction_date()
This Method is use to Get the Transaction Date
|
java.lang.String |
getTransaction_status()
This Method is use to Get the Transaction Status
|
void |
setAmount(java.lang.String amount)
This Method is use to Set the Amount
|
void |
setCurrency_code(java.lang.String currency_code)
This Method is use to Set the Currency Code
|
void |
setCurrency_symbol(java.lang.String currency_symbol)
This Method is use to Set the Currency Symbol
|
void |
setInvoice_id(java.lang.String invoice_id)
This Method is use to Set the Invoice Id
|
void |
setMovie_id(java.lang.String movie_id)
This Method is use to Set the Movie Id
|
void |
setOrder_number(java.lang.String order_number)
This Method is use to Set the Order Number
|
void |
setPlan_name(java.lang.String plan_name)
This Method is use to Set the Plan Name
|
void |
setTransaction_date(java.lang.String transaction_date)
This Method is use to Set the Transaction Date
|
void |
setTransaction_status(java.lang.String transaction_status)
This Method is use to Set the Transaction Status
|
public java.lang.String getInvoice_id()
public void setInvoice_id(java.lang.String invoice_id)
invoice_id
- For Setting The Invoice Idpublic java.lang.String getAmount()
public void setAmount(java.lang.String amount)
amount
- For Setting The Amountpublic java.lang.String getMovie_id()
public void setMovie_id(java.lang.String movie_id)
movie_id
- For Setting The Movie IDpublic java.lang.String getTransaction_date()
public void setTransaction_date(java.lang.String transaction_date)
transaction_date
- For Setting The Transaction Datepublic java.lang.String getTransaction_status()
public void setTransaction_status(java.lang.String transaction_status)
transaction_status
- For Setting The Transaction Statuspublic java.lang.String getPlan_name()
public void setPlan_name(java.lang.String plan_name)
plan_name
- For Setting The Plan Namepublic java.lang.String getCurrency_symbol()
public void setCurrency_symbol(java.lang.String currency_symbol)
currency_symbol
- For Setting The Currency Symbolpublic java.lang.String getCurrency_code()
public void setCurrency_code(java.lang.String currency_code)
currency_code
- For Setting The Currency Codepublic java.lang.String getOrder_number()
public void setOrder_number(java.lang.String order_number)
order_number
- For Setting The Order Number