Skip to content

Commit

Permalink
Update Charge.swift (#221)
Browse files Browse the repository at this point in the history
Added missing payment method details types.
  • Loading branch information
Andrewangeta authored Jul 31, 2023
1 parent 54b6280 commit 90f435d
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions Sources/StripeKit/Core Resources/Charges/Charge.swift
Original file line number Diff line number Diff line change
Expand Up @@ -490,21 +490,38 @@ public enum ChargePaymentMethodDetailsType: String, Codable {
case achCreditTransfer = "ach_credit_transfer"
case achDebit = "ach_debit"
case acssDebit = "acss_debit"
case affirm
case afterpayClearpay = "afterpay_clearpay"
case alipay
case auBecsDebit = "au_becs_debit"
case bacsDebit = "bacs_debit"
case bancontact
case blik
case boleto
case card
case cardPresent = "card_present"
case cashapp
case customerBalance = "customer_balance"
case eps
case fpx
case giropay
case grabpay
case ideal
case interacPresent = "interac_present"
case klarna
case konbini
case multibanco
case oxxo
case p24
case paynow
case pix
case promptpay
case sepaDebit = "sepa_debit"
case sofort
case stripeAccount = "stripe_account"
case usBankAccount = "us_bank_account"
case wechat
case wechatPay = "wechat_pay"
}

public struct ChrageRadarOptions: Codable {
Expand Down

0 comments on commit 90f435d

Please sign in to comment.