public class WebhookNotification extends Object
Modifier and Type | Class and Description |
---|---|
static class |
WebhookNotification.Kind |
Modifier and Type | Field and Description |
---|---|
private Disbursement |
disbursement |
private Dispute |
dispute |
private ValidationErrors |
errors |
private WebhookNotification.Kind |
kind |
private MerchantAccount |
merchantAccount |
private PartnerMerchant |
partnerMerchant |
private Subscription |
subscription |
private Calendar |
timestamp |
private Transaction |
transaction |
Constructor and Description |
---|
WebhookNotification(NodeWrapper node) |
Modifier and Type | Method and Description |
---|---|
Disbursement |
getDisbursement() |
Dispute |
getDispute() |
ValidationErrors |
getErrors() |
WebhookNotification.Kind |
getKind() |
MerchantAccount |
getMerchantAccount() |
PartnerMerchant |
getPartnerMerchant() |
Subscription |
getSubscription() |
Calendar |
getTimestamp() |
Transaction |
getTransaction() |
private ValidationErrors errors
private MerchantAccount merchantAccount
private Subscription subscription
private Transaction transaction
private Disbursement disbursement
private Dispute dispute
private WebhookNotification.Kind kind
private Calendar timestamp
private PartnerMerchant partnerMerchant
public WebhookNotification(NodeWrapper node)
public ValidationErrors getErrors()
public WebhookNotification.Kind getKind()
public MerchantAccount getMerchantAccount()
public Subscription getSubscription()
public Transaction getTransaction()
public Disbursement getDisbursement()
public Dispute getDispute()
public Calendar getTimestamp()
public PartnerMerchant getPartnerMerchant()
Copyright © 2013-2014. All Rights Reserved.