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