public class CisPaymentRequest
extends java.lang.Object
| Constructor and Description |
|---|
CisPaymentRequest() |
CisPaymentRequest(CisPaymentRequest request) |
| Modifier and Type | Method and Description |
|---|---|
java.math.BigDecimal |
getAmount() |
java.lang.String |
getCurrency() |
AnnotationHashMap |
getVendorParameters() |
void |
setAmount(java.math.BigDecimal value) |
void |
setCurrency(java.lang.String currency) |
void |
setVendorParameters(AnnotationHashMap vendorParameters) |
java.lang.String |
toString() |
public CisPaymentRequest()
public CisPaymentRequest(CisPaymentRequest request)
public java.math.BigDecimal getAmount()
public void setAmount(java.math.BigDecimal value)
public java.lang.String getCurrency()
public void setCurrency(java.lang.String currency)
public java.lang.String toString()
toString in class java.lang.Objectpublic AnnotationHashMap getVendorParameters()
public void setVendorParameters(AnnotationHashMap vendorParameters)
Copyright © 2018 SAP SE. All Rights Reserved.