Browse: Home /

Namespace: Issuing

AuthorizationService::update()

Method: Updates the specified Issuing Authorization object by setting the values of the parameters passed. Any parameters not provided will be left unchanged.

CardholderService::all()

Method: 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.

CardholderService::update()

Method: Updates the specified Issuing Cardholder object by setting the values of the parameters passed. Any parameters not provided will be left unchanged.

AuthorizationService::all()

Method: Returns a list of Issuing Authorization objects. The objects are sorted in descending order by creation date, with the most recently created object appearing first.

CardService::update()

Method: Updates the specified Issuing Card object by setting the values of the parameters passed. Any parameters not provided will be left unchanged.

TransactionService::all()

Method: 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.