|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gsm.oneapi.responsebean.payment.AmountReservationTransaction.PaymentAmount.ChargingInformation
public static class AmountReservationTransaction.PaymentAmount.ChargingInformation
the details of the item being charged/ refunded
Constructor Summary | |
---|---|
AmountReservationTransaction.PaymentAmount.ChargingInformation()
|
Method Summary | |
---|---|
java.lang.Double |
getAmount()
return the amount to be charged/ refunded |
java.lang.String |
getCurrency()
return the currency being charged |
java.lang.String |
getDescription()
return the description of the item being charged/ refunded |
java.lang.String |
getPurchaseCategoryCode()
return an indication of the content type. |
void |
setAmount(java.lang.Double amount)
set the amount to be charged/ refunded. |
void |
setCurrency(java.lang.String currency)
set the currency being charged. |
void |
setDescription(java.lang.String description)
set the description of the item being charged/ refunded. |
void |
setPurchaseCategoryCode(java.lang.String purchaseCategoryCode)
set an indication of the content type. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AmountReservationTransaction.PaymentAmount.ChargingInformation()
Method Detail |
---|
public java.lang.Double getAmount()
public java.lang.String getCurrency()
public java.lang.String getDescription()
public java.lang.String getPurchaseCategoryCode()
public void setAmount(java.lang.Double amount)
public void setCurrency(java.lang.String currency)
public void setDescription(java.lang.String description)
public void setPurchaseCategoryCode(java.lang.String purchaseCategoryCode)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |