@Validated @Generated(value="io.swagger.codegen.v3.generators.java.SpringCodegen", date="2019-12-26T15:06:21.086+02:00[Europe/Kiev]") public class PaymentExchangeRate extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
PaymentExchangeRate.RateTypeEnum
Gets or Sets rateType
|
| Constructor and Description |
|---|
PaymentExchangeRate() |
| Modifier and Type | Method and Description |
|---|---|
PaymentExchangeRate |
contractIdentification(String contractIdentification) |
boolean |
equals(Object o) |
PaymentExchangeRate |
exchangeRate(String exchangeRate) |
String |
getContractIdentification()
Get contractIdentification
|
String |
getExchangeRate()
Get exchangeRate
|
PaymentExchangeRate.RateTypeEnum |
getRateType()
Get rateType
|
String |
getUnitCurrency()
Get unitCurrency
|
int |
hashCode() |
PaymentExchangeRate |
rateType(PaymentExchangeRate.RateTypeEnum rateType) |
void |
setContractIdentification(String contractIdentification) |
void |
setExchangeRate(String exchangeRate) |
void |
setRateType(PaymentExchangeRate.RateTypeEnum rateType) |
void |
setUnitCurrency(String unitCurrency) |
String |
toString() |
PaymentExchangeRate |
unitCurrency(String unitCurrency) |
public PaymentExchangeRate unitCurrency(String unitCurrency)
public String getUnitCurrency()
public void setUnitCurrency(String unitCurrency)
public PaymentExchangeRate exchangeRate(String exchangeRate)
public String getExchangeRate()
public void setExchangeRate(String exchangeRate)
public PaymentExchangeRate contractIdentification(String contractIdentification)
public String getContractIdentification()
public void setContractIdentification(String contractIdentification)
public PaymentExchangeRate rateType(PaymentExchangeRate.RateTypeEnum rateType)
public PaymentExchangeRate.RateTypeEnum getRateType()
public void setRateType(PaymentExchangeRate.RateTypeEnum rateType)
Copyright © 2020. All rights reserved.