Skip to content

UpdateCreditGrant

Source: src/Stripe/UpdateCreditGrant.ts

Update a bound Stripe Credit Grant over HTTP. Mutable fields are expires_at and metadata.

const update = yield* Stripe.UpdateCreditGrant(grant);
const live = yield* update({ expires_at: 4102444800 });