Struct paypal_rust::resources::webhooks::Webhook
source · pub struct Webhook;
Implementations§
source§impl Webhook
impl Webhook
sourcepub async fn verify(
client: &Client,
dto: VerifyWebhookSignatureDto
) -> Result<VerifyWebhookSignatureResponse, PayPalError>
pub async fn verify(
client: &Client,
dto: VerifyWebhookSignatureDto
) -> Result<VerifyWebhookSignatureResponse, PayPalError>
Verifies a webhook signature.