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, String payerPaymentReference, 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)
String
payerPaymentReference()
API.SwishRefundRequest
payerPaymentReference(String payerPaymentReference)
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()
-
payerPaymentReference
@Nonnull public String payerPaymentReference()
-
paymentMethod
@Nonnull public Long paymentMethod()
-
amount
@Nonnull public API.SwishRefundRequest amount(Double amount)
-
message
@Nonnull public API.SwishRefundRequest message(String message)
-
payerPaymentReference
@Nonnull public API.SwishRefundRequest payerPaymentReference(String payerPaymentReference)
-
paymentMethod
@Nonnull public API.SwishRefundRequest paymentMethod(Long paymentMethod)
-
-