Recurly_AccountAcquisition::deleteForAccount PHP Method

deleteForAccount() public static method

public static deleteForAccount ( $accountCode, $client = null )
    public static function deleteForAccount($accountCode, $client = null)
    {
        return Recurly_Base::_delete(Recurly_AccountAcquisition::uriForAccountAcquisition($accountCode), $client);
    }

Usage Example

コード例 #1
0
 public function testDeleteForAccount()
 {
     Recurly_AccountAcquisition::deleteForAccount('abcdef1234567890', $this->client);
 }