stripe_mock v0.1.0 StripeMock.API

Link to this section Summary

Functions

Link to this section Functions

Link to this function

create_card(customer, attrs \\ %{})

See StripeMock.API.Operations.Card.create_card/2.

Link to this function

create_charge(attrs \\ %{})

See StripeMock.API.Operations.Charge.create_charge/1.

Link to this function

create_customer(attrs \\ %{})

See StripeMock.API.Operations.Customer.create_customer/1.

Link to this function

create_customer_card_from_source(customer, source, metadata \\ %{})

See StripeMock.API.Operations.Card.create_customer_card_from_source/3.

Link to this function

create_refund(attrs \\ %{})

See StripeMock.API.Operations.Refund.create_refund/1.

Link to this function

create_token(attrs \\ %{})

See StripeMock.API.Operations.Token.create_token/1.

Link to this function

delete_card(card)

See StripeMock.API.Operations.Card.delete_card/1.

Link to this function

delete_customer(customer)

See StripeMock.API.Operations.Customer.delete_customer/1.

See StripeMock.API.Operations.Card.get_card!/1.

See StripeMock.API.Operations.Charge.get_charge/1.

Link to this function

get_customer(id)

See StripeMock.API.Operations.Customer.get_customer/1.

Link to this function

get_customer!(id)

See StripeMock.API.Operations.Customer.get_customer!/1.

See StripeMock.API.Operations.Refund.get_refund/1.

See StripeMock.API.Operations.Token.get_token/1.

Link to this function

list_cards(customer)

See StripeMock.API.Operations.Card.list_cards/1.

See StripeMock.API.Operations.Charge.list_charges/0.

Link to this function

list_customers()

See StripeMock.API.Operations.Customer.list_customers/0.

See StripeMock.API.Operations.Refund.list_refunds/0.

Link to this function

update_card(card, attrs \\ %{})

See StripeMock.API.Operations.Card.update_card/2.

Link to this function

update_charge(charge, attrs \\ %{})

See StripeMock.API.Operations.Charge.update_charge/2.

Link to this function

update_customer(customer, attrs \\ %{})

See StripeMock.API.Operations.Customer.update_customer/2.

Link to this function

update_refund(refund, attrs \\ %{})

See StripeMock.API.Operations.Refund.update_refund/2.