Package com.onslip360
Class API.Stored_SwishTransaction
- java.lang.Object
 - 
- com.onslip360.Onslip360Object<API.Stored_SwishTransaction>
 - 
- com.onslip360.API.Stored_SwishTransaction
 
 
 
- 
- All Implemented Interfaces:
 Cloneable,Comparable<Onslip360Object<API.Stored_SwishTransaction>>
- Enclosing class:
 - API
 
public static class API.Stored_SwishTransaction extends Onslip360Object<API.Stored_SwishTransaction>
 
- 
- 
Method Summary
- 
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()
 
- 
created
@Nonnull public String created()
 
- 
currency
@Nonnull public String currency()
 
- 
errors
@Nonnull public Optional<API.SwishError[]> errors()
 
- 
id
@Nonnull public Long id()
 
- 
paymentMethod
@Nonnull public Long paymentMethod()
 
- 
status
@Nonnull public Optional<API.SwishTransaction.Status> status()
 
- 
type
@Nonnull public Optional<API.SwishTransaction.Type> type()
 
- 
updated
@Nonnull public String updated()
 
- 
amount
@Nonnull public API.Stored_SwishTransaction amount(Double amount)
 
- 
created
@Nonnull public API.Stored_SwishTransaction created(String created)
 
- 
createdDate
@Nonnull public API.Stored_SwishTransaction createdDate(@Nullable String createdDate)
 
- 
currency
@Nonnull public API.Stored_SwishTransaction currency(String currency)
 
- 
customer
@Nonnull public API.Stored_SwishTransaction customer(@Nullable String customer)
 
- 
deleted
@Nonnull public API.Stored_SwishTransaction deleted(@Nullable String deleted)
 
- 
errors
@Nonnull public API.Stored_SwishTransaction errors(@Nullable API.SwishError[] errors)
 
- 
id
@Nonnull public API.Stored_SwishTransaction id(Long id)
 
- 
labels
@Nonnull public API.Stored_SwishTransaction labels(@Nullable Long[] labels)
 
- 
merchant
@Nonnull public API.Stored_SwishTransaction merchant(@Nullable String merchant)
 
- 
message
@Nonnull public API.Stored_SwishTransaction message(@Nullable String message)
 
- 
originalPaymentReference
@Nonnull public API.Stored_SwishTransaction originalPaymentReference(@Nullable String originalPaymentReference)
 
- 
paidDate
@Nonnull public API.Stored_SwishTransaction paidDate(@Nullable String paidDate)
 
- 
paymentMethod
@Nonnull public API.Stored_SwishTransaction paymentMethod(Long paymentMethod)
 
- 
paymentReference
@Nonnull public API.Stored_SwishTransaction paymentReference(@Nullable String paymentReference)
 
- 
paymentReferenceUrl
@Nonnull public API.Stored_SwishTransaction paymentReferenceUrl(@Nullable String paymentReferenceUrl)
 
- 
paymentRequestToken
@Nonnull public API.Stored_SwishTransaction paymentRequestToken(@Nullable String paymentRequestToken)
 
- 
status
@Nonnull public API.Stored_SwishTransaction status(@Nullable API.SwishTransaction.Status status)
 
- 
tags
@Nonnull public API.Stored_SwishTransaction tags(@Nullable String[] tags)
 
- 
transactionId
@Nonnull public API.Stored_SwishTransaction transactionId(@Nullable String transactionId)
 
- 
type
@Nonnull public API.Stored_SwishTransaction type(@Nullable API.SwishTransaction.Type type)
 
- 
updated
@Nonnull public API.Stored_SwishTransaction updated(String updated)
 
- 
updatedBy
@Nonnull public API.Stored_SwishTransaction updatedBy(@Nullable Long updatedBy)
 
- 
updatedFrom
@Nonnull public API.Stored_SwishTransaction updatedFrom(@Nullable Long updatedFrom)
 
 - 
 
 -