Stripe\Stripe::getAccountId PHP 메소드

getAccountId() 공개 정적인 메소드

public static getAccountId ( ) : string | null
리턴 string | null | null The Stripe account ID for connected account requests.
    public static function getAccountId()
    {
        return self::$accountId;
    }