pub struct WebhookEndpoint<'a> { /* private fields */ }
Implementations§
Source§impl<'a> WebhookEndpoint<'a>
impl<'a> WebhookEndpoint<'a>
pub fn criar_por_chave( &self, chave_pix: String, webhook_url: String, ) -> ApiRequest<'_, WebHookResponse>
pub fn consultar_por_chave( &self, chave_pix: String, webhook_url: String, ) -> ApiRequest<'_, WebHookResponse>
pub fn cancelar_por_chave( &self, chave_pix: String, webhook_url: String, ) -> ApiRequest<'_, WebHookResponse>
Sourcepub fn consultar_todos(&self) -> ApiRequest<'_, WebHookResponse>
pub fn consultar_todos(&self) -> ApiRequest<'_, WebHookResponse>
Criar uma cobrança imediata.
Diferente de criar_cobranca_imediata
, o txid
é definido pelo PSP.
Auto Trait Implementations§
impl<'a> Freeze for WebhookEndpoint<'a>
impl<'a> !RefUnwindSafe for WebhookEndpoint<'a>
impl<'a> Send for WebhookEndpoint<'a>
impl<'a> Sync for WebhookEndpoint<'a>
impl<'a> Unpin for WebhookEndpoint<'a>
impl<'a> !UnwindSafe for WebhookEndpoint<'a>
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more