📜  条带化 php sdk 常量 - PHP 代码示例

📅  最后修改于: 2022-03-11 14:54:51.197000             🧑  作者: Mango

代码示例1
# You can use Stripe constants like this:
\Stripe\PaymentIntent::STATUS_CANCELED;
\Stripe\PaymentIntent::STATUS_PROCESSING;
\Stripe\PaymentIntent::STATUS_SUCCEEDED;
...

\Stripe\Cahrge::STATUS_FAILED;
\Stripe\Cahrge::STATUS_PENDING;
\Stripe\Cahrge::STATUS_SUCCEEDED;
...

You can find the rest in the repo 
# https://github.com/stripe/stripe-php/tree/master/lib