Documentation

Stripe extends Component
in package
implements ISingleton Uses TSingleton

FinalYes
Tags
uses
Stripe()
author

Ramone Burrell ramone@ramoneburrell.com

see
Version

0.1.0

Table of Contents

Interfaces

ISingleton

Properties

$instance  : ISingleton
$hashCode  : int
$hashCounter  : int
$stripe  : StripeClient
$stripe_config  : array<string|int, mixed>

Methods

__call()  : mixed
__callStatic()  : mixed
__construct()  : mixed
__destruct()  : mixed
__get()  : mixed
addBankAccount()  : BankAccount
addCard()  : Card
addCustomer()  : string
addTrialCustomer()  : string
cancelSubscription()  : Subscription
charge()  : Charge
createProduct()  : Product
createSubscription()  : Subscription
deleteCard()  : Card
deleteCustomer()  : bool
extends()  : bool
getCustomer()  : Customer|null
getInstance()  : ISingleton
getProduct()  : Product
getReflection()  : ReflectionClass
refund()  : bool
updateCard()  : Card
init()  : mixed
{@inheritdoc}
setConfig()  : mixed
validateConfig()  : void

Properties

$stripe_config

private array<string|int, mixed> $stripe_config = []

Methods

__callStatic()

public static __callStatic(mixed $method, array<string|int, mixed> $arguments) : mixed
Parameters
$method : mixed
$arguments : array<string|int, mixed>

__get()

public __get(string $property) : mixed
Parameters
$property : string

addCustomer()

public addCustomer(array<string|int, mixed> $options) : string
Parameters
$options : array<string|int, mixed>
Tags
throws
Exception
throws
Exception
Return values
string

addTrialCustomer()

public addTrialCustomer(ICustomer $wolfgang_stripe_customer) : string
Parameters
$wolfgang_stripe_customer : ICustomer
Return values
string

cancelSubscription()

public cancelSubscription(string $stripe_subscription_id[, string $comment = '' ][, string $feedback = '' ]) : Subscription
Parameters
$stripe_subscription_id : string
$comment : string = ''
$feedback : string = ''
Tags
throws
InvalidArgumentException
throws
Exception
Return values
Subscription

extends()

public extends(ReflectionClass $reflector) : bool
Parameters
$reflector : ReflectionClass
Return values
bool

getReflection()

public getReflection() : ReflectionClass
Return values
ReflectionClass

refund()

public refund(string $stripe_charge_id[, string $reason = "requested_by_customer" ]) : bool
Parameters
$stripe_charge_id : string
$reason : string = "requested_by_customer"
Return values
bool

setConfig()

private setConfig(array<string|int, mixed> $config) : mixed
Parameters
$config : array<string|int, mixed>

        
On this page

Search results