Package com.onslip360
Class API.WEIQCaptureRequest
- java.lang.Object
-
- com.onslip360.Onslip360Object<API.WEIQCaptureRequest>
-
- com.onslip360.API.WEIQCaptureRequest
-
- All Implemented Interfaces:
Cloneable
,Comparable<Onslip360Object<API.WEIQCaptureRequest>>
- Enclosing class:
- API
public static class API.WEIQCaptureRequest extends Onslip360Object<API.WEIQCaptureRequest>
-
-
Constructor Summary
Constructors Constructor Description WEIQCaptureRequest(Double amount, String currency, String paymentReference)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Double
amount()
API.WEIQCaptureRequest
amount(Double amount)
String
currency()
API.WEIQCaptureRequest
currency(String currency)
String
paymentReference()
API.WEIQCaptureRequest
paymentReference(String paymentReference)
-
Methods inherited from class com.onslip360.Onslip360Object
clone, compareTo, equals, fromJson, fromJson, fromJsonArray, fromJsonArray, fromList, fromMap, fromObject, getExtended, hashCode, setExtended, setExtended, toJson, toJson, toJson, toJson, toList, toMap, toString
-
-
-
-
Method Detail
-
amount
@Nonnull public Double amount()
-
currency
@Nonnull public String currency()
-
paymentReference
@Nonnull public String paymentReference()
-
amount
@Nonnull public API.WEIQCaptureRequest amount(Double amount)
-
currency
@Nonnull public API.WEIQCaptureRequest currency(String currency)
-
paymentReference
@Nonnull public API.WEIQCaptureRequest paymentReference(String paymentReference)
-
-