Class: Stripe::AccountCreateParams::Capabilities

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

Defined Under Namespace

Classes: AcssDebitPayments, AffirmPayments, AfterpayClearpayPayments, AlmaPayments, AmazonPayPayments, AppDistribution, 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, PaytoPayments, PixPayments, PromptpayPayments, RevolutPayPayments, SamsungPayPayments, SatispayPayments, SepaBankTransferPayments, SepaDebitPayments, SofortPayments, SunbitPayments, SwishPayments, TaxReportingUs1099K, TaxReportingUs1099Misc, Transfers, Treasury, TwintPayments, UpiPayments, UsBankAccountAchPayments, UsBankTransferPayments, ZipPayments

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from RequestParams

attr_accessor, coerce_params, coerce_value, field_encodings, new, #to_h

Constructor Details

#initialize(acss_debit_payments: nil, affirm_payments: nil, afterpay_clearpay_payments: nil, alma_payments: nil, amazon_pay_payments: nil, app_distribution: 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, payto_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, sunbit_payments: nil, swish_payments: nil, tax_reporting_us_1099_k: nil, tax_reporting_us_1099_misc: nil, transfers: nil, treasury: nil, twint_payments: nil, upi_payments: nil, us_bank_account_ach_payments: nil, us_bank_transfer_payments: nil, zip_payments: nil) ⇒ Capabilities

Returns a new instance of Capabilities.



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
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
# File 'lib/stripe/params/account_create_params.rb', line 858

def initialize(
  acss_debit_payments: nil,
  affirm_payments: nil,
  afterpay_clearpay_payments: nil,
  alma_payments: nil,
  amazon_pay_payments: nil,
  app_distribution: 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,
  payto_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,
  sunbit_payments: nil,
  swish_payments: nil,
  tax_reporting_us_1099_k: nil,
  tax_reporting_us_1099_misc: nil,
  transfers: nil,
  treasury: nil,
  twint_payments: nil,
  upi_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
  @app_distribution = app_distribution
  @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
  @nz_bank_account_becs_debit_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
  @payto_payments = payto_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
  @sunbit_payments = sunbit_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
  @upi_payments = upi_payments
  @us_bank_account_ach_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.



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

def acss_debit_payments
  @acss_debit_payments
end

#affirm_paymentsObject

The affirm_payments capability.



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

def affirm_payments
  @affirm_payments
end

#afterpay_clearpay_paymentsObject

The afterpay_clearpay_payments capability.



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

def afterpay_clearpay_payments
  @afterpay_clearpay_payments
end

#alma_paymentsObject

The alma_payments capability.



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

def alma_payments
  @alma_payments
end

#amazon_pay_paymentsObject

The amazon_pay_payments capability.



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

def amazon_pay_payments
  @amazon_pay_payments
end

#app_distributionObject

The app_distribution capability.



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

def app_distribution
  @app_distribution
end

#au_becs_debit_paymentsObject

The au_becs_debit_payments capability.



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

def au_becs_debit_payments
  @au_becs_debit_payments
end

#bacs_debit_paymentsObject

The bacs_debit_payments capability.



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

def bacs_debit_payments
  @bacs_debit_payments
end

#bancontact_paymentsObject

The bancontact_payments capability.



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

def bancontact_payments
  @bancontact_payments
end

#bank_transfer_paymentsObject

The bank_transfer_payments capability.



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

def bank_transfer_payments
  @bank_transfer_payments
end

#billie_paymentsObject

The billie_payments capability.



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

def billie_payments
  @billie_payments
end

#blik_paymentsObject

The blik_payments capability.



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

def blik_payments
  @blik_payments
end

#boleto_paymentsObject

The boleto_payments capability.



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

def boleto_payments
  @boleto_payments
end

#card_issuingObject

The card_issuing capability.



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

def card_issuing
  @card_issuing
end

#card_paymentsObject

The card_payments capability.



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

def card_payments
  @card_payments
end

#cartes_bancaires_paymentsObject

The cartes_bancaires_payments capability.



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

def cartes_bancaires_payments
  @cartes_bancaires_payments
end

#cashapp_paymentsObject

The cashapp_payments capability.



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

def cashapp_payments
  @cashapp_payments
end

#crypto_paymentsObject

The crypto_payments capability.



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

def crypto_payments
  @crypto_payments
end

#eps_paymentsObject

The eps_payments capability.



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

def eps_payments
  @eps_payments
end

#fpx_paymentsObject

The fpx_payments capability.



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

def fpx_payments
  @fpx_payments
end

#gb_bank_transfer_paymentsObject

The gb_bank_transfer_payments capability.



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

def gb_bank_transfer_payments
  @gb_bank_transfer_payments
end

#giropay_paymentsObject

The giropay_payments capability.



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

def giropay_payments
  @giropay_payments
end

#grabpay_paymentsObject

The grabpay_payments capability.



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

def grabpay_payments
  @grabpay_payments
end

#ideal_paymentsObject

The ideal_payments capability.



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

def ideal_payments
  @ideal_payments
end

#india_international_paymentsObject

The india_international_payments capability.



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

def india_international_payments
  @india_international_payments
end

#jcb_paymentsObject

The jcb_payments capability.



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

def jcb_payments
  @jcb_payments
end

#jp_bank_transfer_paymentsObject

The jp_bank_transfer_payments capability.



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

def jp_bank_transfer_payments
  @jp_bank_transfer_payments
end

#kakao_pay_paymentsObject

The kakao_pay_payments capability.



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

def kakao_pay_payments
  @kakao_pay_payments
end

#klarna_paymentsObject

The klarna_payments capability.



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

def klarna_payments
  @klarna_payments
end

#konbini_paymentsObject

The konbini_payments capability.



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

def konbini_payments
  @konbini_payments
end

#kr_card_paymentsObject

The kr_card_payments capability.



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

def kr_card_payments
  @kr_card_payments
end

#legacy_paymentsObject

The legacy_payments capability.



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

def legacy_payments
  @legacy_payments
end

The link_payments capability.



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

def link_payments
  @link_payments
end

#mb_way_paymentsObject

The mb_way_payments capability.



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

def mb_way_payments
  @mb_way_payments
end

#mobilepay_paymentsObject

The mobilepay_payments capability.



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

def mobilepay_payments
  @mobilepay_payments
end

#multibanco_paymentsObject

The multibanco_payments capability.



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

def multibanco_payments
  @multibanco_payments
end

#mx_bank_transfer_paymentsObject

The mx_bank_transfer_payments capability.



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

def mx_bank_transfer_payments
  @mx_bank_transfer_payments
end

The naver_pay_payments capability.



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

def naver_pay_payments
  @naver_pay_payments
end

#nz_bank_account_becs_debit_paymentsObject

The nz_bank_account_becs_debit_payments capability.



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

def 
  @nz_bank_account_becs_debit_payments
end

#oxxo_paymentsObject

The oxxo_payments capability.



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

def oxxo_payments
  @oxxo_payments
end

#p24_paymentsObject

The p24_payments capability.



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

def p24_payments
  @p24_payments
end

#pay_by_bank_paymentsObject

The pay_by_bank_payments capability.



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

def pay_by_bank_payments
  @pay_by_bank_payments
end

#payco_paymentsObject

The payco_payments capability.



814
815
816
# File 'lib/stripe/params/account_create_params.rb', line 814

def payco_payments
  @payco_payments
end

#paynow_paymentsObject

The paynow_payments capability.



816
817
818
# File 'lib/stripe/params/account_create_params.rb', line 816

def paynow_payments
  @paynow_payments
end

#payto_paymentsObject

The payto_payments capability.



818
819
820
# File 'lib/stripe/params/account_create_params.rb', line 818

def payto_payments
  @payto_payments
end

#pix_paymentsObject

The pix_payments capability.



820
821
822
# File 'lib/stripe/params/account_create_params.rb', line 820

def pix_payments
  @pix_payments
end

#promptpay_paymentsObject

The promptpay_payments capability.



822
823
824
# File 'lib/stripe/params/account_create_params.rb', line 822

def promptpay_payments
  @promptpay_payments
end

#revolut_pay_paymentsObject

The revolut_pay_payments capability.



824
825
826
# File 'lib/stripe/params/account_create_params.rb', line 824

def revolut_pay_payments
  @revolut_pay_payments
end

#samsung_pay_paymentsObject

The samsung_pay_payments capability.



826
827
828
# File 'lib/stripe/params/account_create_params.rb', line 826

def samsung_pay_payments
  @samsung_pay_payments
end

#satispay_paymentsObject

The satispay_payments capability.



828
829
830
# File 'lib/stripe/params/account_create_params.rb', line 828

def satispay_payments
  @satispay_payments
end

#sepa_bank_transfer_paymentsObject

The sepa_bank_transfer_payments capability.



830
831
832
# File 'lib/stripe/params/account_create_params.rb', line 830

def sepa_bank_transfer_payments
  @sepa_bank_transfer_payments
end

#sepa_debit_paymentsObject

The sepa_debit_payments capability.



832
833
834
# File 'lib/stripe/params/account_create_params.rb', line 832

def sepa_debit_payments
  @sepa_debit_payments
end

#sofort_paymentsObject

The sofort_payments capability.



834
835
836
# File 'lib/stripe/params/account_create_params.rb', line 834

def sofort_payments
  @sofort_payments
end

#sunbit_paymentsObject

The sunbit_payments capability.



836
837
838
# File 'lib/stripe/params/account_create_params.rb', line 836

def sunbit_payments
  @sunbit_payments
end

#swish_paymentsObject

The swish_payments capability.



838
839
840
# File 'lib/stripe/params/account_create_params.rb', line 838

def swish_payments
  @swish_payments
end

#tax_reporting_us_1099_kObject

The tax_reporting_us_1099_k capability.



840
841
842
# File 'lib/stripe/params/account_create_params.rb', line 840

def tax_reporting_us_1099_k
  @tax_reporting_us_1099_k
end

#tax_reporting_us_1099_miscObject

The tax_reporting_us_1099_misc capability.



842
843
844
# File 'lib/stripe/params/account_create_params.rb', line 842

def tax_reporting_us_1099_misc
  @tax_reporting_us_1099_misc
end

#transfersObject

The transfers capability.



844
845
846
# File 'lib/stripe/params/account_create_params.rb', line 844

def transfers
  @transfers
end

#treasuryObject

The treasury capability.



846
847
848
# File 'lib/stripe/params/account_create_params.rb', line 846

def treasury
  @treasury
end

#twint_paymentsObject

The twint_payments capability.



848
849
850
# File 'lib/stripe/params/account_create_params.rb', line 848

def twint_payments
  @twint_payments
end

#upi_paymentsObject

The upi_payments capability.



850
851
852
# File 'lib/stripe/params/account_create_params.rb', line 850

def upi_payments
  @upi_payments
end

#us_bank_account_ach_paymentsObject

The us_bank_account_ach_payments capability.



852
853
854
# File 'lib/stripe/params/account_create_params.rb', line 852

def 
  @us_bank_account_ach_payments
end

#us_bank_transfer_paymentsObject

The us_bank_transfer_payments capability.



854
855
856
# File 'lib/stripe/params/account_create_params.rb', line 854

def us_bank_transfer_payments
  @us_bank_transfer_payments
end

#zip_paymentsObject

The zip_payments capability.



856
857
858
# File 'lib/stripe/params/account_create_params.rb', line 856

def zip_payments
  @zip_payments
end