Cartalyst\Stripe\Api\Bitcoin::find PHP 메소드

find() 공개 메소드

Retrieves the bitcoin receiver with the given ID.
public find ( string $receiverId ) : array
$receiverId string
리턴 array
    public function find($receiverId)
    {
        return $this->_get("bitcoin/receivers/{$receiverId}");
    }