Package com.onslip360
Class API.Partial_WEIQCaptureRequest
- java.lang.Object
-
- com.onslip360.Onslip360Object<API.Partial_WEIQCaptureRequest>
-
- com.onslip360.API.Partial_WEIQCaptureRequest
-
- All Implemented Interfaces:
Cloneable,Comparable<Onslip360Object<API.Partial_WEIQCaptureRequest>>
- Enclosing class:
- API
public static class API.Partial_WEIQCaptureRequest extends Onslip360Object<API.Partial_WEIQCaptureRequest>
-
-
Constructor Summary
Constructors Constructor Description Partial_WEIQCaptureRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Optional<Double>amount()API.Partial_WEIQCaptureRequestamount(Double amount)Optional<String>currency()API.Partial_WEIQCaptureRequestcurrency(String currency)Optional<String>paymentReference()API.Partial_WEIQCaptureRequestpaymentReference(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 API.Partial_WEIQCaptureRequest amount(@Nullable Double amount)
-
currency
@Nonnull public API.Partial_WEIQCaptureRequest currency(@Nullable String currency)
-
paymentReference
@Nonnull public API.Partial_WEIQCaptureRequest paymentReference(@Nullable String paymentReference)
-
-