SimpleModel<WebhookId>public class Webhook extends GoPayResponse implements SimpleModel<WebhookId>
| Constructor | Description |
|---|---|
Webhook() |
| Modifier and Type | Method | Description |
|---|---|---|
Date |
getCreatedOn() |
|
WebhookId |
getId() |
|
MerchantId |
getMerchantId() |
|
StoreId |
getStoreId() |
|
List<PaymentSystemEvent> |
getTriggers() |
|
Date |
getUpdatedOn() |
|
URL |
getUrl() |
getIdempotencyStatus, setIdempotencyStatuspublic WebhookId getId()
getId in interface SimpleModel<WebhookId>public MerchantId getMerchantId()
public StoreId getStoreId()
public List<PaymentSystemEvent> getTriggers()
public URL getUrl()
public Date getCreatedOn()
public Date getUpdatedOn()
Copyright © 2018 The Apache Software Foundation. All rights reserved.