Browse: Home / Classes /

CardholderService

CardholderService

Description #


Source #

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



Methods #

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