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