-
Notifications
You must be signed in to change notification settings - Fork 54
Open
Description
See below:
let response = try await stripe.invoices.
.update(invoice: invoice.id ?? "",
autoAdvance:nil,
collectionMethod: nil,
description: nil,
metadata: nil,
accountTaxIds: nil,
applicationFeeAmount: nil,
automaticTax: nil,
customFields: nil,
daysUntilDue: nil,
defaultPaymentMethod: nil,
defaultSource: nil,
defaultTaxRates:nil,
discounts: nil,
dueDate: nil,
footer: nil,
onBehalfOf: nil,
paymentSettings: nil,
renderingOptions:nil,
shippingCost: nil,
shippingDetails: nil,
statementDescriptor: nil,
transferData: nil,
expand: nil)
Codebase gets bloated as a result
m-barthelemy, peterlondon1, mitulpokiya, martinlasek, thoven87 and 1 more
Metadata
Metadata
Assignees
Labels
No labels