@Generated(value="io.swagger.codegen.languages.JavaClientCodegen",
date="2017-11-21T16:23:00.366+05:30")
public class PaymentMethod
extends Object
| Constructor and Description |
|---|
PaymentMethod() |
| Modifier and Type | Method and Description |
|---|---|
PaymentMethod |
accountName(String accountName) |
PaymentMethod |
amount(String amount) |
PaymentMethod |
avsResponseCode(String avsResponseCode) |
PaymentMethod |
cardBin(String cardBin) |
PaymentMethod |
cardExpiryMonth(String cardExpiryMonth) |
PaymentMethod |
cardExpiryYear(String cardExpiryYear) |
PaymentMethod |
cardLast4(String cardLast4) |
PaymentMethod |
currencyCode(String currencyCode) |
PaymentMethod |
cvvResponseCode(String cvvResponseCode) |
boolean |
equals(Object o) |
String |
getAccountName()
Account name oif the user for that payment method
|
String |
getAmount()
The item unit price in numbers, in the base unit of the currency_code.e.g.
|
String |
getAvsResponseCode()
Response code from the AVS address verification system.
|
String |
getCardBin()
The first six digits of the credit card number.
|
String |
getCardExpiryMonth()
Expiry month of the card.
|
String |
getCardExpiryYear()
Expiry year of the card.
|
String |
getCardLast4()
The last four digits of the credit card number.
|
String |
getCurrencyCode()
The [ISO-4217](http://en.wikipedia.org/wiki/ISO_4217) currency code for the amount.
|
String |
getCvvResponseCode()
Response code from the credit card company indicating if the CVV number entered matches the number on record.
|
String |
getPaymentGateway()
fill value like bank name, gateway name, wallet name etc, e.g.
|
String |
getPaymentType()
Values like - _cash, _check, _creditCard, _debitCard, _netBanking, _wallet, _cryptoCurrency, _electronicFundTransfer, _financing, _giftCard, _interac, _invoice, _moneyOrder, _masterPass, _points, _storeCredit, _thirdPartyProcessor, _voucher
|
int |
hashCode() |
PaymentMethod |
paymentGateway(String paymentGateway) |
PaymentMethod |
paymentType(String paymentType) |
void |
setAccountName(String accountName) |
void |
setAmount(String amount) |
void |
setAvsResponseCode(String avsResponseCode) |
void |
setCardBin(String cardBin) |
void |
setCardExpiryMonth(String cardExpiryMonth) |
void |
setCardExpiryYear(String cardExpiryYear) |
void |
setCardLast4(String cardLast4) |
void |
setCurrencyCode(String currencyCode) |
void |
setCvvResponseCode(String cvvResponseCode) |
void |
setPaymentGateway(String paymentGateway) |
void |
setPaymentType(String paymentType) |
String |
toString() |
public PaymentMethod paymentType(String paymentType)
public String getPaymentType()
public void setPaymentType(String paymentType)
public PaymentMethod amount(String amount)
public String getAmount()
public void setAmount(String amount)
public PaymentMethod currencyCode(String currencyCode)
public String getCurrencyCode()
public void setCurrencyCode(String currencyCode)
public PaymentMethod paymentGateway(String paymentGateway)
public String getPaymentGateway()
public void setPaymentGateway(String paymentGateway)
public PaymentMethod accountName(String accountName)
public String getAccountName()
public void setAccountName(String accountName)
public PaymentMethod cardBin(String cardBin)
public String getCardBin()
public void setCardBin(String cardBin)
public PaymentMethod avsResponseCode(String avsResponseCode)
public String getAvsResponseCode()
public void setAvsResponseCode(String avsResponseCode)
public PaymentMethod cvvResponseCode(String cvvResponseCode)
public String getCvvResponseCode()
public void setCvvResponseCode(String cvvResponseCode)
public PaymentMethod cardLast4(String cardLast4)
public String getCardLast4()
public void setCardLast4(String cardLast4)
public PaymentMethod cardExpiryMonth(String cardExpiryMonth)
public String getCardExpiryMonth()
public void setCardExpiryMonth(String cardExpiryMonth)
public PaymentMethod cardExpiryYear(String cardExpiryYear)
public String getCardExpiryYear()
public void setCardExpiryYear(String cardExpiryYear)
Copyright © 2017. All rights reserved.