public class AuthUserPaymentInfoInputModel
extends java.lang.Object
Constructor and Description |
---|
AuthUserPaymentInfoInputModel() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAuthToken()
This Method is use to get the Auth Token
|
java.lang.String |
getBilling_email()
This Method is use to Get the billing_email
|
java.lang.String |
getBilling_first_name()
This Method is use to Get the billing_first_name
|
java.lang.String |
getBilling_last_name()
This Method is use to Get the billing_last_name
|
java.lang.String |
getBilling_phone()
This Method is use to Get the billing_phone
|
java.lang.String |
getCardNumber()
This Method is use to Get the Card Number
|
java.lang.String |
getCountry()
This Method is use to get the country
|
java.lang.String |
getCvv()
This Method is use to Get the CVV
|
java.lang.String |
getEmail()
This Method is use to get the Email
|
java.lang.String |
getExpiryMonth()
This Method is use to Get the Expiry Month
|
java.lang.String |
getExpiryYear()
This Method is use to Get the Expiry Year
|
int |
getGateway_type()
This Method is use to Get the gateway_type
|
java.lang.String |
getLanguageCode()
This Method is use to get the languageCode
|
java.lang.String |
getName_on_card()
This Method is use to Get the Name On Card
|
java.lang.String |
getPlan_id()
This Method is use to get the plan_id
|
void |
setAuthToken(java.lang.String authToken)
This Method is use to Set the Auth Token
|
void |
setBilling_email(java.lang.String billing_email)
This Method is use to Set the billing_email
|
void |
setBilling_first_name(java.lang.String billing_first_name)
This Method is use to Set the billing_first_name
|
void |
setBilling_last_name(java.lang.String billing_last_name)
This Method is use to Set the billing_last_name
|
void |
setBilling_phone(java.lang.String billing_phone)
This Method is use to Set the billing_phone
|
void |
setCardNumber(java.lang.String cardNumber)
This Method is use to Set the Card Number
|
void |
setCountry(java.lang.String country)
This Method is use to Set the country
|
void |
setCvv(java.lang.String cvv)
This Method is use to Set the CVV
|
void |
setEmail(java.lang.String email)
This Method is use to Set the Email
|
void |
setExpiryMonth(java.lang.String expiryMonth)
This Method is use to Set the Expiry Month
|
void |
setExpiryYear(java.lang.String expiryYear)
This Method is use to Set the Expiry Year
|
void |
setGateway_type(int gateway_type)
This Method is use to Set the gateway_type
|
void |
setLanguageCode(java.lang.String languageCode)
This Method is use to Set the languageCode
|
void |
setName_on_card(java.lang.String name_on_card)
This Method is use to Set the Name On Card
|
void |
setPlan_id(java.lang.String plan_id)
This Method is use to Set the plan_id
|
public java.lang.String getLanguageCode()
public void setLanguageCode(java.lang.String languageCode)
languageCode
- For Setting The languageCodepublic java.lang.String getCountry()
public void setCountry(java.lang.String country)
country
- For Setting The countrypublic java.lang.String getPlan_id()
public void setPlan_id(java.lang.String plan_id)
plan_id
- For Setting The plan_idpublic java.lang.String getEmail()
public void setEmail(java.lang.String email)
email
- For Setting The Emailpublic java.lang.String getAuthToken()
public void setAuthToken(java.lang.String authToken)
authToken
- For Setting The Auth Tokenpublic java.lang.String getName_on_card()
public void setName_on_card(java.lang.String name_on_card)
name_on_card
- For Setting The Name On Cardpublic java.lang.String getExpiryMonth()
public void setExpiryMonth(java.lang.String expiryMonth)
expiryMonth
- For Setting The Expiry Monthpublic java.lang.String getExpiryYear()
public void setExpiryYear(java.lang.String expiryYear)
expiryYear
- For Setting The Expiry Yearpublic java.lang.String getCardNumber()
public void setCardNumber(java.lang.String cardNumber)
cardNumber
- For Setting The Card Numberpublic java.lang.String getCvv()
public void setCvv(java.lang.String cvv)
cvv
- For Setting The CVVpublic int getGateway_type()
public void setGateway_type(int gateway_type)
gateway_type
- For Setting The gateway_typepublic java.lang.String getBilling_first_name()
public void setBilling_first_name(java.lang.String billing_first_name)
billing_first_name
- For Setting The billing_first_namepublic java.lang.String getBilling_last_name()
public void setBilling_last_name(java.lang.String billing_last_name)
billing_last_name
- For Setting The billing_last_namepublic java.lang.String getBilling_email()
public void setBilling_email(java.lang.String billing_email)
billing_email
- For Setting The billing_emailpublic java.lang.String getBilling_phone()
public void setBilling_phone(java.lang.String billing_phone)
billing_phone
- For Setting The billing_phone