Browse: Home / Classes /

TransactionService

TransactionService

Description #


Source #

File: includes/lib/stripe-php/lib/Service/Issuing/TransactionService.php



Methods #

  • all — Returns a list of Issuing Transaction objects. The objects are sorted in descending order by creation date, with the most recently created object appearing first.
  • retrieve — Retrieves an Issuing Transaction object.
  • update — Updates the specified Issuing Transaction object by setting the values of the parameters passed. Any parameters not provided will be left unchanged.