Class: Stripe::AccountUpdateParams::Capabilities

Inherits:
RequestParams show all
Defined in:
lib/stripe/params/account_update_params.rb

Defined Under Namespace

Classes: AcssDebitPayments, AffirmPayments, AfterpayClearpayPayments, AlmaPayments, AmazonPayPayments, AuBecsDebitPayments, BacsDebitPayments, BancontactPayments, BankTransferPayments, BilliePayments, BlikPayments, BoletoPayments, CardIssuing, CardPayments, CartesBancairesPayments, CashappPayments, CryptoPayments, EpsPayments, FpxPayments, GbBankTransferPayments, GiropayPayments, GrabpayPayments, IdealPayments, IndiaInternationalPayments, JcbPayments, JpBankTransferPayments, KakaoPayPayments, KlarnaPayments, KonbiniPayments, KrCardPayments, LegacyPayments, LinkPayments, MbWayPayments, MobilepayPayments, MultibancoPayments, MxBankTransferPayments, NaverPayPayments, NzBankAccountBecsDebitPayments, OxxoPayments, P24Payments, PayByBankPayments, PaycoPayments, PaynowPayments, PixPayments, PromptpayPayments, RevolutPayPayments, SamsungPayPayments, SatispayPayments, SepaBankTransferPayments, SepaDebitPayments, SofortPayments, SwishPayments, TaxReportingUs1099K, TaxReportingUs1099Misc, Transfers, Treasury, TwintPayments, UsBankAccountAchPayments, UsBankTransferPayments, ZipPayments

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from RequestParams

#to_h

Constructor Details

#initialize(acss_debit_payments: nil, affirm_payments: nil, afterpay_clearpay_payments: nil, alma_payments: nil, amazon_pay_payments: nil, au_becs_debit_payments: nil, bacs_debit_payments: nil, bancontact_payments: nil, bank_transfer_payments: nil, billie_payments: nil, blik_payments: nil, boleto_payments: nil, card_issuing: nil, card_payments: nil, cartes_bancaires_payments: nil, cashapp_payments: nil, crypto_payments: nil, eps_payments: nil, fpx_payments: nil, gb_bank_transfer_payments: nil, giropay_payments: nil, grabpay_payments: nil, ideal_payments: nil, india_international_payments: nil, jcb_payments: nil, jp_bank_transfer_payments: nil, kakao_pay_payments: nil, klarna_payments: nil, konbini_payments: nil, kr_card_payments: nil, legacy_payments: nil, link_payments: nil, mb_way_payments: nil, mobilepay_payments: nil, multibanco_payments: nil, mx_bank_transfer_payments: nil, naver_pay_payments: nil, nz_bank_account_becs_debit_payments: nil, oxxo_payments: nil, p24_payments: nil, pay_by_bank_payments: nil, payco_payments: nil, paynow_payments: nil, pix_payments: nil, promptpay_payments: nil, revolut_pay_payments: nil, samsung_pay_payments: nil, satispay_payments: nil, sepa_bank_transfer_payments: nil, sepa_debit_payments: nil, sofort_payments: nil, swish_payments: nil, tax_reporting_us_1099_k: nil, tax_reporting_us_1099_misc: nil, transfers: nil, treasury: nil, twint_payments: nil, us_bank_account_ach_payments: nil, us_bank_transfer_payments: nil, zip_payments: nil) ⇒ Capabilities

Returns a new instance of Capabilities.



814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
# File 'lib/stripe/params/account_update_params.rb', line 814

def initialize(
  acss_debit_payments: nil,
  affirm_payments: nil,
  afterpay_clearpay_payments: nil,
  alma_payments: nil,
  amazon_pay_payments: nil,
  au_becs_debit_payments: nil,
  bacs_debit_payments: nil,
  bancontact_payments: nil,
  bank_transfer_payments: nil,
  billie_payments: nil,
  blik_payments: nil,
  boleto_payments: nil,
  card_issuing: nil,
  card_payments: nil,
  cartes_bancaires_payments: nil,
  cashapp_payments: nil,
  crypto_payments: nil,
  eps_payments: nil,
  fpx_payments: nil,
  gb_bank_transfer_payments: nil,
  giropay_payments: nil,
  grabpay_payments: nil,
  ideal_payments: nil,
  india_international_payments: nil,
  jcb_payments: nil,
  jp_bank_transfer_payments: nil,
  kakao_pay_payments: nil,
  klarna_payments: nil,
  konbini_payments: nil,
  kr_card_payments: nil,
  legacy_payments: nil,
  link_payments: nil,
  mb_way_payments: nil,
  mobilepay_payments: nil,
  multibanco_payments: nil,
  mx_bank_transfer_payments: nil,
  naver_pay_payments: nil,
  nz_bank_account_becs_debit_payments: nil,
  oxxo_payments: nil,
  p24_payments: nil,
  pay_by_bank_payments: nil,
  payco_payments: nil,
  paynow_payments: nil,
  pix_payments: nil,
  promptpay_payments: nil,
  revolut_pay_payments: nil,
  samsung_pay_payments: nil,
  satispay_payments: nil,
  sepa_bank_transfer_payments: nil,
  sepa_debit_payments: nil,
  sofort_payments: nil,
  swish_payments: nil,
  tax_reporting_us_1099_k: nil,
  tax_reporting_us_1099_misc: nil,
  transfers: nil,
  treasury: nil,
  twint_payments: nil,
  us_bank_account_ach_payments: nil,
  us_bank_transfer_payments: nil,
  zip_payments: nil
)
  @acss_debit_payments = acss_debit_payments
  @affirm_payments = affirm_payments
  @afterpay_clearpay_payments = afterpay_clearpay_payments
  @alma_payments = alma_payments
  @amazon_pay_payments = amazon_pay_payments
  @au_becs_debit_payments = au_becs_debit_payments
  @bacs_debit_payments = bacs_debit_payments
  @bancontact_payments = bancontact_payments
  @bank_transfer_payments = bank_transfer_payments
  @billie_payments = billie_payments
  @blik_payments = blik_payments
  @boleto_payments = boleto_payments
  @card_issuing = card_issuing
  @card_payments = card_payments
  @cartes_bancaires_payments = cartes_bancaires_payments
  @cashapp_payments = cashapp_payments
  @crypto_payments = crypto_payments
  @eps_payments = eps_payments
  @fpx_payments = fpx_payments
  @gb_bank_transfer_payments = gb_bank_transfer_payments
  @giropay_payments = giropay_payments
  @grabpay_payments = grabpay_payments
  @ideal_payments = ideal_payments
  @india_international_payments = india_international_payments
  @jcb_payments = jcb_payments
  @jp_bank_transfer_payments = jp_bank_transfer_payments
  @kakao_pay_payments = kakao_pay_payments
  @klarna_payments = klarna_payments
  @konbini_payments = konbini_payments
  @kr_card_payments = kr_card_payments
  @legacy_payments = legacy_payments
  @link_payments = link_payments
  @mb_way_payments = mb_way_payments
  @mobilepay_payments = mobilepay_payments
  @multibanco_payments = multibanco_payments
  @mx_bank_transfer_payments = mx_bank_transfer_payments
  @naver_pay_payments = naver_pay_payments
   = 
  @oxxo_payments = oxxo_payments
  @p24_payments = p24_payments
  @pay_by_bank_payments = pay_by_bank_payments
  @payco_payments = payco_payments
  @paynow_payments = paynow_payments
  @pix_payments = pix_payments
  @promptpay_payments = promptpay_payments
  @revolut_pay_payments = revolut_pay_payments
  @samsung_pay_payments = samsung_pay_payments
  @satispay_payments = satispay_payments
  @sepa_bank_transfer_payments = sepa_bank_transfer_payments
  @sepa_debit_payments = sepa_debit_payments
  @sofort_payments = sofort_payments
  @swish_payments = swish_payments
  @tax_reporting_us_1099_k = tax_reporting_us_1099_k
  @tax_reporting_us_1099_misc = tax_reporting_us_1099_misc
  @transfers = transfers
  @treasury = treasury
  @twint_payments = twint_payments
   = 
  @us_bank_transfer_payments = us_bank_transfer_payments
  @zip_payments = zip_payments
end

Instance Attribute Details

#acss_debit_paymentsObject

The acss_debit_payments capability.



694
695
696
# File 'lib/stripe/params/account_update_params.rb', line 694

def acss_debit_payments
  @acss_debit_payments
end

#affirm_paymentsObject

The affirm_payments capability.



696
697
698
# File 'lib/stripe/params/account_update_params.rb', line 696

def affirm_payments
  @affirm_payments
end

#afterpay_clearpay_paymentsObject

The afterpay_clearpay_payments capability.



698
699
700
# File 'lib/stripe/params/account_update_params.rb', line 698

def afterpay_clearpay_payments
  @afterpay_clearpay_payments
end

#alma_paymentsObject

The alma_payments capability.



700
701
702
# File 'lib/stripe/params/account_update_params.rb', line 700

def alma_payments
  @alma_payments
end

#amazon_pay_paymentsObject

The amazon_pay_payments capability.



702
703
704
# File 'lib/stripe/params/account_update_params.rb', line 702

def amazon_pay_payments
  @amazon_pay_payments
end

#au_becs_debit_paymentsObject

The au_becs_debit_payments capability.



704
705
706
# File 'lib/stripe/params/account_update_params.rb', line 704

def au_becs_debit_payments
  @au_becs_debit_payments
end

#bacs_debit_paymentsObject

The bacs_debit_payments capability.



706
707
708
# File 'lib/stripe/params/account_update_params.rb', line 706

def bacs_debit_payments
  @bacs_debit_payments
end

#bancontact_paymentsObject

The bancontact_payments capability.



708
709
710
# File 'lib/stripe/params/account_update_params.rb', line 708

def bancontact_payments
  @bancontact_payments
end

#bank_transfer_paymentsObject

The bank_transfer_payments capability.



710
711
712
# File 'lib/stripe/params/account_update_params.rb', line 710

def bank_transfer_payments
  @bank_transfer_payments
end

#billie_paymentsObject

The billie_payments capability.



712
713
714
# File 'lib/stripe/params/account_update_params.rb', line 712

def billie_payments
  @billie_payments
end

#blik_paymentsObject

The blik_payments capability.



714
715
716
# File 'lib/stripe/params/account_update_params.rb', line 714

def blik_payments
  @blik_payments
end

#boleto_paymentsObject

The boleto_payments capability.



716
717
718
# File 'lib/stripe/params/account_update_params.rb', line 716

def boleto_payments
  @boleto_payments
end

#card_issuingObject

The card_issuing capability.



718
719
720
# File 'lib/stripe/params/account_update_params.rb', line 718

def card_issuing
  @card_issuing
end

#card_paymentsObject

The card_payments capability.



720
721
722
# File 'lib/stripe/params/account_update_params.rb', line 720

def card_payments
  @card_payments
end

#cartes_bancaires_paymentsObject

The cartes_bancaires_payments capability.



722
723
724
# File 'lib/stripe/params/account_update_params.rb', line 722

def cartes_bancaires_payments
  @cartes_bancaires_payments
end

#cashapp_paymentsObject

The cashapp_payments capability.



724
725
726
# File 'lib/stripe/params/account_update_params.rb', line 724

def cashapp_payments
  @cashapp_payments
end

#crypto_paymentsObject

The crypto_payments capability.



726
727
728
# File 'lib/stripe/params/account_update_params.rb', line 726

def crypto_payments
  @crypto_payments
end

#eps_paymentsObject

The eps_payments capability.



728
729
730
# File 'lib/stripe/params/account_update_params.rb', line 728

def eps_payments
  @eps_payments
end

#fpx_paymentsObject

The fpx_payments capability.



730
731
732
# File 'lib/stripe/params/account_update_params.rb', line 730

def fpx_payments
  @fpx_payments
end

#gb_bank_transfer_paymentsObject

The gb_bank_transfer_payments capability.



732
733
734
# File 'lib/stripe/params/account_update_params.rb', line 732

def gb_bank_transfer_payments
  @gb_bank_transfer_payments
end

#giropay_paymentsObject

The giropay_payments capability.



734
735
736
# File 'lib/stripe/params/account_update_params.rb', line 734

def giropay_payments
  @giropay_payments
end

#grabpay_paymentsObject

The grabpay_payments capability.



736
737
738
# File 'lib/stripe/params/account_update_params.rb', line 736

def grabpay_payments
  @grabpay_payments
end

#ideal_paymentsObject

The ideal_payments capability.



738
739
740
# File 'lib/stripe/params/account_update_params.rb', line 738

def ideal_payments
  @ideal_payments
end

#india_international_paymentsObject

The india_international_payments capability.



740
741
742
# File 'lib/stripe/params/account_update_params.rb', line 740

def india_international_payments
  @india_international_payments
end

#jcb_paymentsObject

The jcb_payments capability.



742
743
744
# File 'lib/stripe/params/account_update_params.rb', line 742

def jcb_payments
  @jcb_payments
end

#jp_bank_transfer_paymentsObject

The jp_bank_transfer_payments capability.



744
745
746
# File 'lib/stripe/params/account_update_params.rb', line 744

def jp_bank_transfer_payments
  @jp_bank_transfer_payments
end

#kakao_pay_paymentsObject

The kakao_pay_payments capability.



746
747
748
# File 'lib/stripe/params/account_update_params.rb', line 746

def kakao_pay_payments
  @kakao_pay_payments
end

#klarna_paymentsObject

The klarna_payments capability.



748
749
750
# File 'lib/stripe/params/account_update_params.rb', line 748

def klarna_payments
  @klarna_payments
end

#konbini_paymentsObject

The konbini_payments capability.



750
751
752
# File 'lib/stripe/params/account_update_params.rb', line 750

def konbini_payments
  @konbini_payments
end

#kr_card_paymentsObject

The kr_card_payments capability.



752
753
754
# File 'lib/stripe/params/account_update_params.rb', line 752

def kr_card_payments
  @kr_card_payments
end

#legacy_paymentsObject

The legacy_payments capability.



754
755
756
# File 'lib/stripe/params/account_update_params.rb', line 754

def legacy_payments
  @legacy_payments
end

The link_payments capability.



756
757
758
# File 'lib/stripe/params/account_update_params.rb', line 756

def link_payments
  @link_payments
end

#mb_way_paymentsObject

The mb_way_payments capability.



758
759
760
# File 'lib/stripe/params/account_update_params.rb', line 758

def mb_way_payments
  @mb_way_payments
end

#mobilepay_paymentsObject

The mobilepay_payments capability.



760
761
762
# File 'lib/stripe/params/account_update_params.rb', line 760

def mobilepay_payments
  @mobilepay_payments
end

#multibanco_paymentsObject

The multibanco_payments capability.



762
763
764
# File 'lib/stripe/params/account_update_params.rb', line 762

def multibanco_payments
  @multibanco_payments
end

#mx_bank_transfer_paymentsObject

The mx_bank_transfer_payments capability.



764
765
766
# File 'lib/stripe/params/account_update_params.rb', line 764

def mx_bank_transfer_payments
  @mx_bank_transfer_payments
end

The naver_pay_payments capability.



766
767
768
# File 'lib/stripe/params/account_update_params.rb', line 766

def naver_pay_payments
  @naver_pay_payments
end

#nz_bank_account_becs_debit_paymentsObject

The nz_bank_account_becs_debit_payments capability.



768
769
770
# File 'lib/stripe/params/account_update_params.rb', line 768

def 
  
end

#oxxo_paymentsObject

The oxxo_payments capability.



770
771
772
# File 'lib/stripe/params/account_update_params.rb', line 770

def oxxo_payments
  @oxxo_payments
end

#p24_paymentsObject

The p24_payments capability.



772
773
774
# File 'lib/stripe/params/account_update_params.rb', line 772

def p24_payments
  @p24_payments
end

#pay_by_bank_paymentsObject

The pay_by_bank_payments capability.



774
775
776
# File 'lib/stripe/params/account_update_params.rb', line 774

def pay_by_bank_payments
  @pay_by_bank_payments
end

#payco_paymentsObject

The payco_payments capability.



776
777
778
# File 'lib/stripe/params/account_update_params.rb', line 776

def payco_payments
  @payco_payments
end

#paynow_paymentsObject

The paynow_payments capability.



778
779
780
# File 'lib/stripe/params/account_update_params.rb', line 778

def paynow_payments
  @paynow_payments
end

#pix_paymentsObject

The pix_payments capability.



780
781
782
# File 'lib/stripe/params/account_update_params.rb', line 780

def pix_payments
  @pix_payments
end

#promptpay_paymentsObject

The promptpay_payments capability.



782
783
784
# File 'lib/stripe/params/account_update_params.rb', line 782

def promptpay_payments
  @promptpay_payments
end

#revolut_pay_paymentsObject

The revolut_pay_payments capability.



784
785
786
# File 'lib/stripe/params/account_update_params.rb', line 784

def revolut_pay_payments
  @revolut_pay_payments
end

#samsung_pay_paymentsObject

The samsung_pay_payments capability.



786
787
788
# File 'lib/stripe/params/account_update_params.rb', line 786

def samsung_pay_payments
  @samsung_pay_payments
end

#satispay_paymentsObject

The satispay_payments capability.



788
789
790
# File 'lib/stripe/params/account_update_params.rb', line 788

def satispay_payments
  @satispay_payments
end

#sepa_bank_transfer_paymentsObject

The sepa_bank_transfer_payments capability.



790
791
792
# File 'lib/stripe/params/account_update_params.rb', line 790

def sepa_bank_transfer_payments
  @sepa_bank_transfer_payments
end

#sepa_debit_paymentsObject

The sepa_debit_payments capability.



792
793
794
# File 'lib/stripe/params/account_update_params.rb', line 792

def sepa_debit_payments
  @sepa_debit_payments
end

#sofort_paymentsObject

The sofort_payments capability.



794
795
796
# File 'lib/stripe/params/account_update_params.rb', line 794

def sofort_payments
  @sofort_payments
end

#swish_paymentsObject

The swish_payments capability.



796
797
798
# File 'lib/stripe/params/account_update_params.rb', line 796

def swish_payments
  @swish_payments
end

#tax_reporting_us_1099_kObject

The tax_reporting_us_1099_k capability.



798
799
800
# File 'lib/stripe/params/account_update_params.rb', line 798

def tax_reporting_us_1099_k
  @tax_reporting_us_1099_k
end

#tax_reporting_us_1099_miscObject

The tax_reporting_us_1099_misc capability.



800
801
802
# File 'lib/stripe/params/account_update_params.rb', line 800

def tax_reporting_us_1099_misc
  @tax_reporting_us_1099_misc
end

#transfersObject

The transfers capability.



802
803
804
# File 'lib/stripe/params/account_update_params.rb', line 802

def transfers
  @transfers
end

#treasuryObject

The treasury capability.



804
805
806
# File 'lib/stripe/params/account_update_params.rb', line 804

def treasury
  @treasury
end

#twint_paymentsObject

The twint_payments capability.



806
807
808
# File 'lib/stripe/params/account_update_params.rb', line 806

def twint_payments
  @twint_payments
end

#us_bank_account_ach_paymentsObject

The us_bank_account_ach_payments capability.



808
809
810
# File 'lib/stripe/params/account_update_params.rb', line 808

def 
  
end

#us_bank_transfer_paymentsObject

The us_bank_transfer_payments capability.



810
811
812
# File 'lib/stripe/params/account_update_params.rb', line 810

def us_bank_transfer_payments
  @us_bank_transfer_payments
end

#zip_paymentsObject

The zip_payments capability.



812
813
814
# File 'lib/stripe/params/account_update_params.rb', line 812

def zip_payments
  @zip_payments
end