public class WebhookNotification extends Object
Modifier and Type | Class and Description |
---|---|
static class |
WebhookNotification.Kind |
Modifier and Type | Field and Description |
---|---|
private AccountUpdaterDailyReport |
accountUpdaterDailyReport |
private ConnectedMerchantPayPalStatusChanged |
connectedMerchantPayPalStatusChanged |
private ConnectedMerchantStatusTransitioned |
connectedMerchantStatusTransitioned |
private Disbursement |
disbursement |
private Dispute |
dispute |
private ValidationErrors |
errors |
private GrantedPaymentInstrumentUpdate |
grantedPaymentInstrumentUpdate |
private IdealPayment |
idealPayment |
private WebhookNotification.Kind |
kind |
private LocalPaymentCompleted |
localPaymentCompleted |
private MerchantAccount |
merchantAccount |
private OAuthAccessRevocation |
oauthAccessRevocation |
private PartnerMerchant |
partnerMerchant |
private RevokedPaymentMethodMetadata |
revokedPaymentMethodMetadata |
private String |
sourceMerchantId |
private Subscription |
subscription |
private Calendar |
timestamp |
private Transaction |
transaction |
Constructor and Description |
---|
WebhookNotification(NodeWrapper node) |
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
private OAuthAccessRevocation oauthAccessRevocation
private AccountUpdaterDailyReport accountUpdaterDailyReport
private ConnectedMerchantStatusTransitioned connectedMerchantStatusTransitioned
private ConnectedMerchantPayPalStatusChanged connectedMerchantPayPalStatusChanged
private IdealPayment idealPayment
private GrantedPaymentInstrumentUpdate grantedPaymentInstrumentUpdate
private RevokedPaymentMethodMetadata revokedPaymentMethodMetadata
private LocalPaymentCompleted localPaymentCompleted
private String sourceMerchantId
public WebhookNotification(NodeWrapper node)
public ValidationErrors getErrors()
public WebhookNotification.Kind getKind()
public String getSourceMerchantId()
public MerchantAccount getMerchantAccount()
public Subscription getSubscription()
public Transaction getTransaction()
public Disbursement getDisbursement()
public Dispute getDispute()
public Calendar getTimestamp()
public PartnerMerchant getPartnerMerchant()
public OAuthAccessRevocation getOAuthAccessRevocation()
public ConnectedMerchantStatusTransitioned getConnectedMerchantStatusTransitioned()
public ConnectedMerchantPayPalStatusChanged getConnectedMerchantPayPalStatusChanged()
public AccountUpdaterDailyReport getAccountUpdaterDailyReport()
public IdealPayment getIdealPayment()
public GrantedPaymentInstrumentUpdate getGrantedPaymentInstrumentUpdate()
public RevokedPaymentMethodMetadata getRevokedPaymentMethodMetadata()
public LocalPaymentCompleted getLocalPaymentCompleted()
Copyright © 2013-2020. All Rights Reserved.