Package de.bytestore.hostinger.entity
Klasse Payment
java.lang.Object
de.bytestore.hostinger.entity.Payment
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibunggetDate()
getId()
getToken()
getType()
getUser()
boolean
Checks if the payment is expired and unpaid.void
void
retrieve()
Retrieve Status of Payment.void
setApprovalURL
(String approvalUrl) void
setCreatedBy
(String createdBy) void
setCreatedDate
(OffsetDateTime createdDate) void
void
void
setInvoice
(Invoices invoice) void
setLastModifiedBy
(String lastModifiedBy) void
setLastModifiedDate
(OffsetDateTime lastModifiedDate) void
setProvider
(String provider) void
setResponse
(String response) void
setStatus
(PaymentStatus status) void
void
setType
(PaymentType type) void
-
Konstruktordetails
-
Payment
public Payment()
-
-
Methodendetails
-
setResponse
-
getProvider
-
setProvider
-
getStatus
-
setStatus
-
getApprovalURL
-
setApprovalURL
-
getUser
-
setUser
-
getInvoice
-
setInvoice
-
getDate
-
setDate
-
getType
-
setType
-
getResponse
-
getToken
-
setToken
-
getLastModifiedDate
-
setLastModifiedDate
-
getLastModifiedBy
-
setLastModifiedBy
-
getCreatedDate
-
setCreatedDate
-
getCreatedBy
-
setCreatedBy
-
getId
-
setId
-
retrieve
public void retrieve()Retrieve Status of Payment. -
postUpdate
public void postUpdate() -
isExpiredAndUnpaid
public boolean isExpiredAndUnpaid()Checks if the payment is expired and unpaid.- Gibt zurück:
- true if the payment is expired and unpaid, false otherwise.
-