public function StripePaymentEvent::getTotal in Stripe 2.x
File
- src/
Event/ StripePaymentEvent.php, line 158
Class
- StripePaymentEvent
- Wraps a stripe event for webhook.
Namespace
Drupal\stripe\EventCode
public function getTotal() : array {
return $this->total;
}