@paypay/mini-app-js-sdk 2.60.0 → 2.61.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -12509,6 +12509,2486 @@ export declare const useMakePaymentStore: import("pinia").StoreDefinition<"makeP
12509
12509
  topupHalfSheetAmount?: number[] | undefined;
12510
12510
  };
12511
12511
  } & import("pinia").PiniaCustomStateProperties<State>): PaymentMethod | undefined;
12512
+ hasTopUpAmountExceededPpBankBalance({ topupState }: {
12513
+ paymentParams: {
12514
+ amount: {
12515
+ amount: number;
12516
+ currency?: string | undefined;
12517
+ };
12518
+ merchantPaymentId: string;
12519
+ requestedAt: number;
12520
+ merchantAlias?: string | undefined;
12521
+ orderDescription?: string | undefined;
12522
+ storeId?: string | undefined;
12523
+ terminalId?: string | undefined;
12524
+ isAuthorization?: boolean | undefined;
12525
+ orderItems?: {
12526
+ name: string;
12527
+ category?: string | undefined;
12528
+ quantity: number;
12529
+ productId?: string | undefined;
12530
+ unitPrice: {
12531
+ amount: number;
12532
+ currency?: string | undefined;
12533
+ };
12534
+ }[] | undefined;
12535
+ expiresAt?: number | undefined;
12536
+ orderReceiptNumber?: string | undefined;
12537
+ agreeSimilarTransaction?: boolean | undefined;
12538
+ prepaidOnly?: boolean | undefined;
12539
+ metadata?: unknown;
12540
+ alwaysDisplayCompletionScreen?: boolean | undefined;
12541
+ alwaysHideCompletionScreen?: boolean | undefined;
12542
+ storeInfo?: string | undefined;
12543
+ productType?: string | undefined;
12544
+ taxExempt?: boolean | undefined;
12545
+ merchantTimeoutAt?: number | undefined;
12546
+ orderType?: OrderType | undefined;
12547
+ success?: ((t: MakePaymentResult) => void) | undefined;
12548
+ fail?: ((e: import("../../types").MiniAppErrorResultType) => void) | undefined;
12549
+ complete?: (() => void) | undefined;
12550
+ } | undefined;
12551
+ paymentMethodState: {
12552
+ paymentMethods: ({
12553
+ paymentMethodId: string;
12554
+ paymentMethodType: "WALLET";
12555
+ descriptionBannerInfo?: {
12556
+ label?: string | undefined;
12557
+ title?: string | undefined;
12558
+ iconImageUrl?: string | undefined;
12559
+ displayResponse?: {
12560
+ title: string;
12561
+ buttonList: {
12562
+ title: string;
12563
+ actionType: import('../../model/uiComponents').UIComponentsButtonActionType;
12564
+ buttonType: import('../../model/uiComponents').UIComponentsButtonType;
12565
+ deeplink?: string | undefined;
12566
+ googleAnalyticsInfo: unknown;
12567
+ nativeAction: string;
12568
+ type: unknown;
12569
+ }[];
12570
+ iconUrl?: string | undefined;
12571
+ description: string;
12572
+ canCloseByOutsideTap: boolean;
12573
+ } | undefined;
12574
+ } | undefined;
12575
+ pointToggleInfo?: {
12576
+ cashBackUseStatus: "USE" | "SAVE" | "INVEST" | null;
12577
+ } | undefined;
12578
+ walletInfo?: {
12579
+ cashBackBalanceInfo?: {
12580
+ balance: number;
12581
+ currency: "JPY";
12582
+ usable: boolean;
12583
+ } | undefined;
12584
+ cashBackExpirableBalanceInfo?: {
12585
+ balance: number;
12586
+ currency: "JPY";
12587
+ usable: boolean;
12588
+ } | undefined;
12589
+ emoneyBalanceInfo?: {
12590
+ balance: number;
12591
+ currency: "JPY";
12592
+ usable: boolean;
12593
+ } | undefined;
12594
+ prepaidBalanceInfo?: {
12595
+ balance: number;
12596
+ currency: "JPY";
12597
+ usable: boolean;
12598
+ } | undefined;
12599
+ isPreTransactionAutoChargeEnabled?: boolean | undefined;
12600
+ walletSummary?: {
12601
+ totalBalanceInfo: {
12602
+ balance: number;
12603
+ currency: "JPY";
12604
+ usable: boolean;
12605
+ };
12606
+ payoutableBalanceInfo: {
12607
+ balance: number;
12608
+ currency: "JPY";
12609
+ usable: boolean;
12610
+ };
12611
+ transferableBalanceInfo: {
12612
+ balance: number;
12613
+ currency: "JPY";
12614
+ usable: boolean;
12615
+ };
12616
+ } | undefined;
12617
+ walletDetail?: {
12618
+ emoneyBalanceInfo?: {
12619
+ balance: number;
12620
+ currency: "JPY";
12621
+ usable: boolean;
12622
+ } | undefined;
12623
+ totalEmoneyBalanceInfo?: {
12624
+ balance: number;
12625
+ currency: "JPY";
12626
+ usable: boolean;
12627
+ } | undefined;
12628
+ prepaidBalanceInfo?: {
12629
+ balance: number;
12630
+ currency: "JPY";
12631
+ usable: boolean;
12632
+ } | undefined;
12633
+ cashBackBalanceInfo?: {
12634
+ balance: number;
12635
+ currency: "JPY";
12636
+ usable: boolean;
12637
+ } | undefined;
12638
+ totalPayPayPointsInfo?: {
12639
+ balance: number;
12640
+ currency: "JPY";
12641
+ usable: boolean;
12642
+ } | undefined;
12643
+ cashBackExpirableBalanceInfo?: {
12644
+ balance: number;
12645
+ currency: "JPY";
12646
+ usable: boolean;
12647
+ } | undefined;
12648
+ } | undefined;
12649
+ } | undefined;
12650
+ creditCardInfo?: unknown;
12651
+ bankInfo?: unknown;
12652
+ sbidCarrierBillingInfo?: unknown;
12653
+ payLaterCcInfo?: unknown;
12654
+ paymentMethodDescriptionInfo?: {
12655
+ statusDescription: {
12656
+ text: string;
12657
+ linkUrl?: string | undefined;
12658
+ headerIcon?: string | undefined;
12659
+ isBold: boolean;
12660
+ color: string;
12661
+ backgroundColor?: string | undefined;
12662
+ } | null;
12663
+ additionalDescription: {
12664
+ text: string;
12665
+ linkUrl?: string | undefined;
12666
+ headerIcon?: string | undefined;
12667
+ isBold: boolean;
12668
+ color: string;
12669
+ backgroundColor?: string | undefined;
12670
+ } | null;
12671
+ detailDescription: {
12672
+ text: string;
12673
+ linkUrl?: string | undefined;
12674
+ headerIcon?: string | undefined;
12675
+ isBold: boolean;
12676
+ color: string;
12677
+ backgroundColor?: string | undefined;
12678
+ } | null;
12679
+ label?: {
12680
+ text: string;
12681
+ linkUrl?: string | undefined;
12682
+ headerIcon?: string | undefined;
12683
+ isBold: boolean;
12684
+ color: string;
12685
+ backgroundColor?: string | undefined;
12686
+ } | null | undefined;
12687
+ amountInfo?: {
12688
+ label: string;
12689
+ amount: number;
12690
+ currency: string;
12691
+ } | undefined;
12692
+ } | undefined;
12693
+ feeInfo?: {
12694
+ feePercentage?: number | undefined;
12695
+ label: string;
12696
+ zeroFeeText?: string | undefined;
12697
+ } | undefined;
12698
+ globalLimitInfo?: {
12699
+ topup?: {
12700
+ min: number;
12701
+ max: number;
12702
+ formattedMax: string;
12703
+ formattedMin: string;
12704
+ } | undefined;
12705
+ } | undefined;
12706
+ } | {
12707
+ paymentMethodId: string;
12708
+ paymentMethodType: "CREDIT_CARD";
12709
+ descriptionBannerInfo?: {
12710
+ label?: string | undefined;
12711
+ title?: string | undefined;
12712
+ iconImageUrl?: string | undefined;
12713
+ displayResponse?: {
12714
+ title: string;
12715
+ buttonList: {
12716
+ title: string;
12717
+ actionType: import('../../model/uiComponents').UIComponentsButtonActionType;
12718
+ buttonType: import('../../model/uiComponents').UIComponentsButtonType;
12719
+ deeplink?: string | undefined;
12720
+ googleAnalyticsInfo: unknown;
12721
+ nativeAction: string;
12722
+ type: unknown;
12723
+ }[];
12724
+ iconUrl?: string | undefined;
12725
+ description: string;
12726
+ canCloseByOutsideTap: boolean;
12727
+ } | undefined;
12728
+ } | undefined;
12729
+ pointToggleInfo?: {
12730
+ cashBackUseStatus: "USE" | "SAVE" | "INVEST" | null;
12731
+ } | undefined;
12732
+ walletInfo?: unknown;
12733
+ creditCardInfo?: {
12734
+ brand?: import('../../types/makePayment').CreditTypes | undefined;
12735
+ isAuthenticated?: boolean | undefined;
12736
+ isExpired?: boolean | undefined;
12737
+ isYjCard?: boolean | undefined;
12738
+ last4digits?: string | undefined;
12739
+ ccType?: string | undefined;
12740
+ paymentMethodStatus?: import('../../types/makePayment').PaymentMethodStatus | undefined;
12741
+ preTransactionAutoChargeSupported?: boolean | undefined;
12742
+ paymentMethodStatusLabel?: string | undefined;
12743
+ } | undefined;
12744
+ bankInfo?: unknown;
12745
+ sbidCarrierBillingInfo?: unknown;
12746
+ payLaterCcInfo?: unknown;
12747
+ paymentMethodDescriptionInfo?: {
12748
+ statusDescription: {
12749
+ text: string;
12750
+ linkUrl?: string | undefined;
12751
+ headerIcon?: string | undefined;
12752
+ isBold: boolean;
12753
+ color: string;
12754
+ backgroundColor?: string | undefined;
12755
+ } | null;
12756
+ additionalDescription: {
12757
+ text: string;
12758
+ linkUrl?: string | undefined;
12759
+ headerIcon?: string | undefined;
12760
+ isBold: boolean;
12761
+ color: string;
12762
+ backgroundColor?: string | undefined;
12763
+ } | null;
12764
+ detailDescription: {
12765
+ text: string;
12766
+ linkUrl?: string | undefined;
12767
+ headerIcon?: string | undefined;
12768
+ isBold: boolean;
12769
+ color: string;
12770
+ backgroundColor?: string | undefined;
12771
+ } | null;
12772
+ label?: {
12773
+ text: string;
12774
+ linkUrl?: string | undefined;
12775
+ headerIcon?: string | undefined;
12776
+ isBold: boolean;
12777
+ color: string;
12778
+ backgroundColor?: string | undefined;
12779
+ } | null | undefined;
12780
+ amountInfo?: {
12781
+ label: string;
12782
+ amount: number;
12783
+ currency: string;
12784
+ } | undefined;
12785
+ } | undefined;
12786
+ feeInfo?: {
12787
+ feePercentage?: number | undefined;
12788
+ label: string;
12789
+ zeroFeeText?: string | undefined;
12790
+ } | undefined;
12791
+ globalLimitInfo?: {
12792
+ topup?: {
12793
+ min: number;
12794
+ max: number;
12795
+ formattedMax: string;
12796
+ formattedMin: string;
12797
+ } | undefined;
12798
+ } | undefined;
12799
+ } | {
12800
+ paymentMethodId: string;
12801
+ paymentMethodType: "BANK" | "YMONEY_BANK";
12802
+ descriptionBannerInfo?: {
12803
+ label?: string | undefined;
12804
+ title?: string | undefined;
12805
+ iconImageUrl?: string | undefined;
12806
+ displayResponse?: {
12807
+ title: string;
12808
+ buttonList: {
12809
+ title: string;
12810
+ actionType: import('../../model/uiComponents').UIComponentsButtonActionType;
12811
+ buttonType: import('../../model/uiComponents').UIComponentsButtonType;
12812
+ deeplink?: string | undefined;
12813
+ googleAnalyticsInfo: unknown;
12814
+ nativeAction: string;
12815
+ type: unknown;
12816
+ }[];
12817
+ iconUrl?: string | undefined;
12818
+ description: string;
12819
+ canCloseByOutsideTap: boolean;
12820
+ } | undefined;
12821
+ } | undefined;
12822
+ pointToggleInfo?: {
12823
+ cashBackUseStatus: "USE" | "SAVE" | "INVEST" | null;
12824
+ } | undefined;
12825
+ walletInfo?: unknown;
12826
+ creditCardInfo?: unknown;
12827
+ bankInfo?: {
12828
+ paymentMethodStatusLabel?: string | undefined;
12829
+ paymentMethodStatus?: import('../../types/makePayment').PaymentMethodStatus | undefined;
12830
+ bankName?: string | undefined;
12831
+ bankLogoUrl?: string | undefined;
12832
+ bankCode?: string | undefined;
12833
+ bankCardImage?: {
12834
+ cardUrl: string;
12835
+ textColor: string;
12836
+ uiColor: string;
12837
+ } | undefined;
12838
+ bankBranchName?: string | undefined;
12839
+ bankBranchCode?: string | undefined;
12840
+ bankAccountType?: string | undefined;
12841
+ bankAccountNumberLast2digits?: string | undefined;
12842
+ preTransactionAutoChargeSupported?: boolean | undefined;
12843
+ showAmount?: boolean | undefined;
12844
+ } | undefined;
12845
+ sbidCarrierBillingInfo?: unknown;
12846
+ payLaterCcInfo?: unknown;
12847
+ paymentMethodDescriptionInfo?: {
12848
+ statusDescription: {
12849
+ text: string;
12850
+ linkUrl?: string | undefined;
12851
+ headerIcon?: string | undefined;
12852
+ isBold: boolean;
12853
+ color: string;
12854
+ backgroundColor?: string | undefined;
12855
+ } | null;
12856
+ additionalDescription: {
12857
+ text: string;
12858
+ linkUrl?: string | undefined;
12859
+ headerIcon?: string | undefined;
12860
+ isBold: boolean;
12861
+ color: string;
12862
+ backgroundColor?: string | undefined;
12863
+ } | null;
12864
+ detailDescription: {
12865
+ text: string;
12866
+ linkUrl?: string | undefined;
12867
+ headerIcon?: string | undefined;
12868
+ isBold: boolean;
12869
+ color: string;
12870
+ backgroundColor?: string | undefined;
12871
+ } | null;
12872
+ label?: {
12873
+ text: string;
12874
+ linkUrl?: string | undefined;
12875
+ headerIcon?: string | undefined;
12876
+ isBold: boolean;
12877
+ color: string;
12878
+ backgroundColor?: string | undefined;
12879
+ } | null | undefined;
12880
+ amountInfo?: {
12881
+ label: string;
12882
+ amount: number;
12883
+ currency: string;
12884
+ } | undefined;
12885
+ } | undefined;
12886
+ feeInfo?: {
12887
+ feePercentage?: number | undefined;
12888
+ label: string;
12889
+ zeroFeeText?: string | undefined;
12890
+ } | undefined;
12891
+ globalLimitInfo?: {
12892
+ topup?: {
12893
+ min: number;
12894
+ max: number;
12895
+ formattedMax: string;
12896
+ formattedMin: string;
12897
+ } | undefined;
12898
+ } | undefined;
12899
+ } | {
12900
+ paymentMethodId: string;
12901
+ paymentMethodType: "SBID_CARRIER_BILLING";
12902
+ descriptionBannerInfo?: {
12903
+ label?: string | undefined;
12904
+ title?: string | undefined;
12905
+ iconImageUrl?: string | undefined;
12906
+ displayResponse?: {
12907
+ title: string;
12908
+ buttonList: {
12909
+ title: string;
12910
+ actionType: import('../../model/uiComponents').UIComponentsButtonActionType;
12911
+ buttonType: import('../../model/uiComponents').UIComponentsButtonType;
12912
+ deeplink?: string | undefined;
12913
+ googleAnalyticsInfo: unknown;
12914
+ nativeAction: string;
12915
+ type: unknown;
12916
+ }[];
12917
+ iconUrl?: string | undefined;
12918
+ description: string;
12919
+ canCloseByOutsideTap: boolean;
12920
+ } | undefined;
12921
+ } | undefined;
12922
+ pointToggleInfo?: {
12923
+ cashBackUseStatus: "USE" | "SAVE" | "INVEST" | null;
12924
+ } | undefined;
12925
+ walletInfo?: unknown;
12926
+ creditCardInfo?: unknown;
12927
+ bankInfo?: unknown;
12928
+ sbidCarrierBillingInfo?: {
12929
+ paymentMethodStatus?: import('../../types/makePayment').PaymentMethodStatus | undefined;
12930
+ paymentMethodStatusLabel?: string | undefined;
12931
+ } | undefined;
12932
+ payLaterCcInfo?: unknown;
12933
+ paymentMethodDescriptionInfo?: {
12934
+ statusDescription: {
12935
+ text: string;
12936
+ linkUrl?: string | undefined;
12937
+ headerIcon?: string | undefined;
12938
+ isBold: boolean;
12939
+ color: string;
12940
+ backgroundColor?: string | undefined;
12941
+ } | null;
12942
+ additionalDescription: {
12943
+ text: string;
12944
+ linkUrl?: string | undefined;
12945
+ headerIcon?: string | undefined;
12946
+ isBold: boolean;
12947
+ color: string;
12948
+ backgroundColor?: string | undefined;
12949
+ } | null;
12950
+ detailDescription: {
12951
+ text: string;
12952
+ linkUrl?: string | undefined;
12953
+ headerIcon?: string | undefined;
12954
+ isBold: boolean;
12955
+ color: string;
12956
+ backgroundColor?: string | undefined;
12957
+ } | null;
12958
+ label?: {
12959
+ text: string;
12960
+ linkUrl?: string | undefined;
12961
+ headerIcon?: string | undefined;
12962
+ isBold: boolean;
12963
+ color: string;
12964
+ backgroundColor?: string | undefined;
12965
+ } | null | undefined;
12966
+ amountInfo?: {
12967
+ label: string;
12968
+ amount: number;
12969
+ currency: string;
12970
+ } | undefined;
12971
+ } | undefined;
12972
+ feeInfo?: {
12973
+ feePercentage?: number | undefined;
12974
+ label: string;
12975
+ zeroFeeText?: string | undefined;
12976
+ } | undefined;
12977
+ globalLimitInfo?: {
12978
+ topup?: {
12979
+ min: number;
12980
+ max: number;
12981
+ formattedMax: string;
12982
+ formattedMin: string;
12983
+ } | undefined;
12984
+ } | undefined;
12985
+ } | {
12986
+ paymentMethodId: string;
12987
+ paymentMethodType: "PAY_LATER_CC";
12988
+ descriptionBannerInfo?: {
12989
+ label?: string | undefined;
12990
+ title?: string | undefined;
12991
+ iconImageUrl?: string | undefined;
12992
+ displayResponse?: {
12993
+ title: string;
12994
+ buttonList: {
12995
+ title: string;
12996
+ actionType: import('../../model/uiComponents').UIComponentsButtonActionType;
12997
+ buttonType: import('../../model/uiComponents').UIComponentsButtonType;
12998
+ deeplink?: string | undefined;
12999
+ googleAnalyticsInfo: unknown;
13000
+ nativeAction: string;
13001
+ type: unknown;
13002
+ }[];
13003
+ iconUrl?: string | undefined;
13004
+ description: string;
13005
+ canCloseByOutsideTap: boolean;
13006
+ } | undefined;
13007
+ } | undefined;
13008
+ pointToggleInfo?: {
13009
+ cashBackUseStatus: "USE" | "SAVE" | "INVEST" | null;
13010
+ } | undefined;
13011
+ walletInfo?: unknown;
13012
+ creditCardInfo?: unknown;
13013
+ bankInfo?: unknown;
13014
+ sbidCarrierBillingInfo?: unknown;
13015
+ payLaterCcInfo?: {
13016
+ cardName?: string | undefined;
13017
+ last4digits?: string | undefined;
13018
+ linkedCardBrand?: import('../../types/makePayment').CreditTypes.VISA | import('../../types/makePayment').CreditTypes.MASTER | import('../../types/makePayment').CreditTypes.JCB | undefined;
13019
+ linkedCardType?: import('../../types/makePayment').PayPayCardType | undefined;
13020
+ availableAmount?: number | undefined;
13021
+ paymentMethodStatus?: import('../../types/makePayment').PaymentMethodStatus | undefined;
13022
+ paymentMethodStatusLabel?: string | undefined;
13023
+ } | undefined;
13024
+ paymentMethodDescriptionInfo?: {
13025
+ statusDescription: {
13026
+ text: string;
13027
+ linkUrl?: string | undefined;
13028
+ headerIcon?: string | undefined;
13029
+ isBold: boolean;
13030
+ color: string;
13031
+ backgroundColor?: string | undefined;
13032
+ } | null;
13033
+ additionalDescription: {
13034
+ text: string;
13035
+ linkUrl?: string | undefined;
13036
+ headerIcon?: string | undefined;
13037
+ isBold: boolean;
13038
+ color: string;
13039
+ backgroundColor?: string | undefined;
13040
+ } | null;
13041
+ detailDescription: {
13042
+ text: string;
13043
+ linkUrl?: string | undefined;
13044
+ headerIcon?: string | undefined;
13045
+ isBold: boolean;
13046
+ color: string;
13047
+ backgroundColor?: string | undefined;
13048
+ } | null;
13049
+ label?: {
13050
+ text: string;
13051
+ linkUrl?: string | undefined;
13052
+ headerIcon?: string | undefined;
13053
+ isBold: boolean;
13054
+ color: string;
13055
+ backgroundColor?: string | undefined;
13056
+ } | null | undefined;
13057
+ amountInfo?: {
13058
+ label: string;
13059
+ amount: number;
13060
+ currency: string;
13061
+ } | undefined;
13062
+ } | undefined;
13063
+ feeInfo?: {
13064
+ feePercentage?: number | undefined;
13065
+ label: string;
13066
+ zeroFeeText?: string | undefined;
13067
+ } | undefined;
13068
+ globalLimitInfo?: {
13069
+ topup?: {
13070
+ min: number;
13071
+ max: number;
13072
+ formattedMax: string;
13073
+ formattedMin: string;
13074
+ } | undefined;
13075
+ } | undefined;
13076
+ showCardDetails?: boolean | undefined;
13077
+ } | {
13078
+ paymentMethodId: string;
13079
+ paymentMethodType: "PAY_LATER";
13080
+ descriptionBannerInfo?: {
13081
+ label?: string | undefined;
13082
+ title?: string | undefined;
13083
+ iconImageUrl?: string | undefined;
13084
+ displayResponse?: {
13085
+ title: string;
13086
+ buttonList: {
13087
+ title: string;
13088
+ actionType: import('../../model/uiComponents').UIComponentsButtonActionType;
13089
+ buttonType: import('../../model/uiComponents').UIComponentsButtonType;
13090
+ deeplink?: string | undefined;
13091
+ googleAnalyticsInfo: unknown;
13092
+ nativeAction: string;
13093
+ type: unknown;
13094
+ }[];
13095
+ iconUrl?: string | undefined;
13096
+ description: string;
13097
+ canCloseByOutsideTap: boolean;
13098
+ } | undefined;
13099
+ } | undefined;
13100
+ pointToggleInfo?: {
13101
+ cashBackUseStatus: "USE" | "SAVE" | "INVEST" | null;
13102
+ } | undefined;
13103
+ walletInfo?: unknown;
13104
+ creditCardInfo?: unknown;
13105
+ bankInfo?: unknown;
13106
+ sbidCarrierBillingInfo?: unknown;
13107
+ payLaterCcInfo?: unknown;
13108
+ paymentMethodDescriptionInfo?: {
13109
+ statusDescription: {
13110
+ text: string;
13111
+ linkUrl?: string | undefined;
13112
+ headerIcon?: string | undefined;
13113
+ isBold: boolean;
13114
+ color: string;
13115
+ backgroundColor?: string | undefined;
13116
+ } | null;
13117
+ additionalDescription: {
13118
+ text: string;
13119
+ linkUrl?: string | undefined;
13120
+ headerIcon?: string | undefined;
13121
+ isBold: boolean;
13122
+ color: string;
13123
+ backgroundColor?: string | undefined;
13124
+ } | null;
13125
+ detailDescription: {
13126
+ text: string;
13127
+ linkUrl?: string | undefined;
13128
+ headerIcon?: string | undefined;
13129
+ isBold: boolean;
13130
+ color: string;
13131
+ backgroundColor?: string | undefined;
13132
+ } | null;
13133
+ label?: {
13134
+ text: string;
13135
+ linkUrl?: string | undefined;
13136
+ headerIcon?: string | undefined;
13137
+ isBold: boolean;
13138
+ color: string;
13139
+ backgroundColor?: string | undefined;
13140
+ } | null | undefined;
13141
+ amountInfo?: {
13142
+ label: string;
13143
+ amount: number;
13144
+ currency: string;
13145
+ } | undefined;
13146
+ } | undefined;
13147
+ feeInfo?: {
13148
+ feePercentage?: number | undefined;
13149
+ label: string;
13150
+ zeroFeeText?: string | undefined;
13151
+ } | undefined;
13152
+ globalLimitInfo?: {
13153
+ topup?: {
13154
+ min: number;
13155
+ max: number;
13156
+ formattedMax: string;
13157
+ formattedMin: string;
13158
+ } | undefined;
13159
+ } | undefined;
13160
+ } | {
13161
+ paymentMethodId: string;
13162
+ paymentMethodType: "GIFT_VOUCHER";
13163
+ descriptionBannerInfo?: {
13164
+ label?: string | undefined;
13165
+ title?: string | undefined;
13166
+ iconImageUrl?: string | undefined;
13167
+ displayResponse?: {
13168
+ title: string;
13169
+ buttonList: {
13170
+ title: string;
13171
+ actionType: import('../../model/uiComponents').UIComponentsButtonActionType;
13172
+ buttonType: import('../../model/uiComponents').UIComponentsButtonType;
13173
+ deeplink?: string | undefined;
13174
+ googleAnalyticsInfo: unknown;
13175
+ nativeAction: string;
13176
+ type: unknown;
13177
+ }[];
13178
+ iconUrl?: string | undefined;
13179
+ description: string;
13180
+ canCloseByOutsideTap: boolean;
13181
+ } | undefined;
13182
+ } | undefined;
13183
+ pointToggleInfo?: {
13184
+ cashBackUseStatus: "USE" | "SAVE" | "INVEST" | null;
13185
+ } | undefined;
13186
+ walletInfo?: unknown;
13187
+ creditCardInfo?: unknown;
13188
+ bankInfo?: unknown;
13189
+ sbidCarrierBillingInfo?: unknown;
13190
+ payLaterCcInfo?: unknown;
13191
+ paymentMethodDescriptionInfo?: {
13192
+ statusDescription: {
13193
+ text: string;
13194
+ linkUrl?: string | undefined;
13195
+ headerIcon?: string | undefined;
13196
+ isBold: boolean;
13197
+ color: string;
13198
+ backgroundColor?: string | undefined;
13199
+ } | null;
13200
+ additionalDescription: {
13201
+ text: string;
13202
+ linkUrl?: string | undefined;
13203
+ headerIcon?: string | undefined;
13204
+ isBold: boolean;
13205
+ color: string;
13206
+ backgroundColor?: string | undefined;
13207
+ } | null;
13208
+ detailDescription: {
13209
+ text: string;
13210
+ linkUrl?: string | undefined;
13211
+ headerIcon?: string | undefined;
13212
+ isBold: boolean;
13213
+ color: string;
13214
+ backgroundColor?: string | undefined;
13215
+ } | null;
13216
+ label?: {
13217
+ text: string;
13218
+ linkUrl?: string | undefined;
13219
+ headerIcon?: string | undefined;
13220
+ isBold: boolean;
13221
+ color: string;
13222
+ backgroundColor?: string | undefined;
13223
+ } | null | undefined;
13224
+ amountInfo?: {
13225
+ label: string;
13226
+ amount: number;
13227
+ currency: string;
13228
+ } | undefined;
13229
+ } | undefined;
13230
+ feeInfo?: {
13231
+ feePercentage?: number | undefined;
13232
+ label: string;
13233
+ zeroFeeText?: string | undefined;
13234
+ } | undefined;
13235
+ globalLimitInfo?: {
13236
+ topup?: {
13237
+ min: number;
13238
+ max: number;
13239
+ formattedMax: string;
13240
+ formattedMin: string;
13241
+ } | undefined;
13242
+ } | undefined;
13243
+ overallGiftVoucherInfo?: {
13244
+ availableAmount: string;
13245
+ paymentMethodStatus: import('../../types/makePayment').PaymentMethodStatus;
13246
+ paymentMethodStatusLabel: string;
13247
+ logoUrl: string;
13248
+ labelInfo: {
13249
+ text: string;
13250
+ textColor: string;
13251
+ boxColor: string;
13252
+ };
13253
+ detailInfo: {
13254
+ text: string;
13255
+ url: string;
13256
+ };
13257
+ } | undefined;
13258
+ })[] | undefined;
13259
+ selectPaymentIndex: number;
13260
+ bannerInfo: {
13261
+ label?: string | undefined;
13262
+ title?: string | undefined;
13263
+ iconImageUrl?: string | undefined;
13264
+ displayResponse?: {
13265
+ title: string;
13266
+ buttonList: {
13267
+ title: string;
13268
+ actionType: import('../../model/uiComponents').UIComponentsButtonActionType;
13269
+ buttonType: import('../../model/uiComponents').UIComponentsButtonType;
13270
+ deeplink?: string | undefined;
13271
+ googleAnalyticsInfo: unknown;
13272
+ nativeAction: string;
13273
+ type: unknown;
13274
+ }[];
13275
+ iconUrl?: string | undefined;
13276
+ description: string;
13277
+ canCloseByOutsideTap: boolean;
13278
+ } | undefined;
13279
+ } | undefined;
13280
+ paymentMethodForTopup: {
13281
+ paymentMethodId: string;
13282
+ paymentMethodType: "WALLET";
13283
+ descriptionBannerInfo?: {
13284
+ label?: string | undefined;
13285
+ title?: string | undefined;
13286
+ iconImageUrl?: string | undefined;
13287
+ displayResponse?: {
13288
+ title: string;
13289
+ buttonList: {
13290
+ title: string;
13291
+ actionType: import('../../model/uiComponents').UIComponentsButtonActionType;
13292
+ buttonType: import('../../model/uiComponents').UIComponentsButtonType;
13293
+ deeplink?: string | undefined;
13294
+ googleAnalyticsInfo: unknown;
13295
+ nativeAction: string;
13296
+ type: unknown;
13297
+ }[];
13298
+ iconUrl?: string | undefined;
13299
+ description: string;
13300
+ canCloseByOutsideTap: boolean;
13301
+ } | undefined;
13302
+ } | undefined;
13303
+ pointToggleInfo?: {
13304
+ cashBackUseStatus: "USE" | "SAVE" | "INVEST" | null;
13305
+ } | undefined;
13306
+ walletInfo?: {
13307
+ cashBackBalanceInfo?: {
13308
+ balance: number;
13309
+ currency: "JPY";
13310
+ usable: boolean;
13311
+ } | undefined;
13312
+ cashBackExpirableBalanceInfo?: {
13313
+ balance: number;
13314
+ currency: "JPY";
13315
+ usable: boolean;
13316
+ } | undefined;
13317
+ emoneyBalanceInfo?: {
13318
+ balance: number;
13319
+ currency: "JPY";
13320
+ usable: boolean;
13321
+ } | undefined;
13322
+ prepaidBalanceInfo?: {
13323
+ balance: number;
13324
+ currency: "JPY";
13325
+ usable: boolean;
13326
+ } | undefined;
13327
+ isPreTransactionAutoChargeEnabled?: boolean | undefined;
13328
+ walletSummary?: {
13329
+ totalBalanceInfo: {
13330
+ balance: number;
13331
+ currency: "JPY";
13332
+ usable: boolean;
13333
+ };
13334
+ payoutableBalanceInfo: {
13335
+ balance: number;
13336
+ currency: "JPY";
13337
+ usable: boolean;
13338
+ };
13339
+ transferableBalanceInfo: {
13340
+ balance: number;
13341
+ currency: "JPY";
13342
+ usable: boolean;
13343
+ };
13344
+ } | undefined;
13345
+ walletDetail?: {
13346
+ emoneyBalanceInfo?: {
13347
+ balance: number;
13348
+ currency: "JPY";
13349
+ usable: boolean;
13350
+ } | undefined;
13351
+ totalEmoneyBalanceInfo?: {
13352
+ balance: number;
13353
+ currency: "JPY";
13354
+ usable: boolean;
13355
+ } | undefined;
13356
+ prepaidBalanceInfo?: {
13357
+ balance: number;
13358
+ currency: "JPY";
13359
+ usable: boolean;
13360
+ } | undefined;
13361
+ cashBackBalanceInfo?: {
13362
+ balance: number;
13363
+ currency: "JPY";
13364
+ usable: boolean;
13365
+ } | undefined;
13366
+ totalPayPayPointsInfo?: {
13367
+ balance: number;
13368
+ currency: "JPY";
13369
+ usable: boolean;
13370
+ } | undefined;
13371
+ cashBackExpirableBalanceInfo?: {
13372
+ balance: number;
13373
+ currency: "JPY";
13374
+ usable: boolean;
13375
+ } | undefined;
13376
+ } | undefined;
13377
+ } | undefined;
13378
+ creditCardInfo?: unknown;
13379
+ bankInfo?: unknown;
13380
+ sbidCarrierBillingInfo?: unknown;
13381
+ payLaterCcInfo?: unknown;
13382
+ paymentMethodDescriptionInfo?: {
13383
+ statusDescription: {
13384
+ text: string;
13385
+ linkUrl?: string | undefined;
13386
+ headerIcon?: string | undefined;
13387
+ isBold: boolean;
13388
+ color: string;
13389
+ backgroundColor?: string | undefined;
13390
+ } | null;
13391
+ additionalDescription: {
13392
+ text: string;
13393
+ linkUrl?: string | undefined;
13394
+ headerIcon?: string | undefined;
13395
+ isBold: boolean;
13396
+ color: string;
13397
+ backgroundColor?: string | undefined;
13398
+ } | null;
13399
+ detailDescription: {
13400
+ text: string;
13401
+ linkUrl?: string | undefined;
13402
+ headerIcon?: string | undefined;
13403
+ isBold: boolean;
13404
+ color: string;
13405
+ backgroundColor?: string | undefined;
13406
+ } | null;
13407
+ label?: {
13408
+ text: string;
13409
+ linkUrl?: string | undefined;
13410
+ headerIcon?: string | undefined;
13411
+ isBold: boolean;
13412
+ color: string;
13413
+ backgroundColor?: string | undefined;
13414
+ } | null | undefined;
13415
+ amountInfo?: {
13416
+ label: string;
13417
+ amount: number;
13418
+ currency: string;
13419
+ } | undefined;
13420
+ } | undefined;
13421
+ feeInfo?: {
13422
+ feePercentage?: number | undefined;
13423
+ label: string;
13424
+ zeroFeeText?: string | undefined;
13425
+ } | undefined;
13426
+ globalLimitInfo?: {
13427
+ topup?: {
13428
+ min: number;
13429
+ max: number;
13430
+ formattedMax: string;
13431
+ formattedMin: string;
13432
+ } | undefined;
13433
+ } | undefined;
13434
+ } | {
13435
+ paymentMethodId: string;
13436
+ paymentMethodType: "CREDIT_CARD";
13437
+ descriptionBannerInfo?: {
13438
+ label?: string | undefined;
13439
+ title?: string | undefined;
13440
+ iconImageUrl?: string | undefined;
13441
+ displayResponse?: {
13442
+ title: string;
13443
+ buttonList: {
13444
+ title: string;
13445
+ actionType: import('../../model/uiComponents').UIComponentsButtonActionType;
13446
+ buttonType: import('../../model/uiComponents').UIComponentsButtonType;
13447
+ deeplink?: string | undefined;
13448
+ googleAnalyticsInfo: unknown;
13449
+ nativeAction: string;
13450
+ type: unknown;
13451
+ }[];
13452
+ iconUrl?: string | undefined;
13453
+ description: string;
13454
+ canCloseByOutsideTap: boolean;
13455
+ } | undefined;
13456
+ } | undefined;
13457
+ pointToggleInfo?: {
13458
+ cashBackUseStatus: "USE" | "SAVE" | "INVEST" | null;
13459
+ } | undefined;
13460
+ walletInfo?: unknown;
13461
+ creditCardInfo?: {
13462
+ brand?: import('../../types/makePayment').CreditTypes | undefined;
13463
+ isAuthenticated?: boolean | undefined;
13464
+ isExpired?: boolean | undefined;
13465
+ isYjCard?: boolean | undefined;
13466
+ last4digits?: string | undefined;
13467
+ ccType?: string | undefined;
13468
+ paymentMethodStatus?: import('../../types/makePayment').PaymentMethodStatus | undefined;
13469
+ preTransactionAutoChargeSupported?: boolean | undefined;
13470
+ paymentMethodStatusLabel?: string | undefined;
13471
+ } | undefined;
13472
+ bankInfo?: unknown;
13473
+ sbidCarrierBillingInfo?: unknown;
13474
+ payLaterCcInfo?: unknown;
13475
+ paymentMethodDescriptionInfo?: {
13476
+ statusDescription: {
13477
+ text: string;
13478
+ linkUrl?: string | undefined;
13479
+ headerIcon?: string | undefined;
13480
+ isBold: boolean;
13481
+ color: string;
13482
+ backgroundColor?: string | undefined;
13483
+ } | null;
13484
+ additionalDescription: {
13485
+ text: string;
13486
+ linkUrl?: string | undefined;
13487
+ headerIcon?: string | undefined;
13488
+ isBold: boolean;
13489
+ color: string;
13490
+ backgroundColor?: string | undefined;
13491
+ } | null;
13492
+ detailDescription: {
13493
+ text: string;
13494
+ linkUrl?: string | undefined;
13495
+ headerIcon?: string | undefined;
13496
+ isBold: boolean;
13497
+ color: string;
13498
+ backgroundColor?: string | undefined;
13499
+ } | null;
13500
+ label?: {
13501
+ text: string;
13502
+ linkUrl?: string | undefined;
13503
+ headerIcon?: string | undefined;
13504
+ isBold: boolean;
13505
+ color: string;
13506
+ backgroundColor?: string | undefined;
13507
+ } | null | undefined;
13508
+ amountInfo?: {
13509
+ label: string;
13510
+ amount: number;
13511
+ currency: string;
13512
+ } | undefined;
13513
+ } | undefined;
13514
+ feeInfo?: {
13515
+ feePercentage?: number | undefined;
13516
+ label: string;
13517
+ zeroFeeText?: string | undefined;
13518
+ } | undefined;
13519
+ globalLimitInfo?: {
13520
+ topup?: {
13521
+ min: number;
13522
+ max: number;
13523
+ formattedMax: string;
13524
+ formattedMin: string;
13525
+ } | undefined;
13526
+ } | undefined;
13527
+ } | {
13528
+ paymentMethodId: string;
13529
+ paymentMethodType: "BANK" | "YMONEY_BANK";
13530
+ descriptionBannerInfo?: {
13531
+ label?: string | undefined;
13532
+ title?: string | undefined;
13533
+ iconImageUrl?: string | undefined;
13534
+ displayResponse?: {
13535
+ title: string;
13536
+ buttonList: {
13537
+ title: string;
13538
+ actionType: import('../../model/uiComponents').UIComponentsButtonActionType;
13539
+ buttonType: import('../../model/uiComponents').UIComponentsButtonType;
13540
+ deeplink?: string | undefined;
13541
+ googleAnalyticsInfo: unknown;
13542
+ nativeAction: string;
13543
+ type: unknown;
13544
+ }[];
13545
+ iconUrl?: string | undefined;
13546
+ description: string;
13547
+ canCloseByOutsideTap: boolean;
13548
+ } | undefined;
13549
+ } | undefined;
13550
+ pointToggleInfo?: {
13551
+ cashBackUseStatus: "USE" | "SAVE" | "INVEST" | null;
13552
+ } | undefined;
13553
+ walletInfo?: unknown;
13554
+ creditCardInfo?: unknown;
13555
+ bankInfo?: {
13556
+ paymentMethodStatusLabel?: string | undefined;
13557
+ paymentMethodStatus?: import('../../types/makePayment').PaymentMethodStatus | undefined;
13558
+ bankName?: string | undefined;
13559
+ bankLogoUrl?: string | undefined;
13560
+ bankCode?: string | undefined;
13561
+ bankCardImage?: {
13562
+ cardUrl: string;
13563
+ textColor: string;
13564
+ uiColor: string;
13565
+ } | undefined;
13566
+ bankBranchName?: string | undefined;
13567
+ bankBranchCode?: string | undefined;
13568
+ bankAccountType?: string | undefined;
13569
+ bankAccountNumberLast2digits?: string | undefined;
13570
+ preTransactionAutoChargeSupported?: boolean | undefined;
13571
+ showAmount?: boolean | undefined;
13572
+ } | undefined;
13573
+ sbidCarrierBillingInfo?: unknown;
13574
+ payLaterCcInfo?: unknown;
13575
+ paymentMethodDescriptionInfo?: {
13576
+ statusDescription: {
13577
+ text: string;
13578
+ linkUrl?: string | undefined;
13579
+ headerIcon?: string | undefined;
13580
+ isBold: boolean;
13581
+ color: string;
13582
+ backgroundColor?: string | undefined;
13583
+ } | null;
13584
+ additionalDescription: {
13585
+ text: string;
13586
+ linkUrl?: string | undefined;
13587
+ headerIcon?: string | undefined;
13588
+ isBold: boolean;
13589
+ color: string;
13590
+ backgroundColor?: string | undefined;
13591
+ } | null;
13592
+ detailDescription: {
13593
+ text: string;
13594
+ linkUrl?: string | undefined;
13595
+ headerIcon?: string | undefined;
13596
+ isBold: boolean;
13597
+ color: string;
13598
+ backgroundColor?: string | undefined;
13599
+ } | null;
13600
+ label?: {
13601
+ text: string;
13602
+ linkUrl?: string | undefined;
13603
+ headerIcon?: string | undefined;
13604
+ isBold: boolean;
13605
+ color: string;
13606
+ backgroundColor?: string | undefined;
13607
+ } | null | undefined;
13608
+ amountInfo?: {
13609
+ label: string;
13610
+ amount: number;
13611
+ currency: string;
13612
+ } | undefined;
13613
+ } | undefined;
13614
+ feeInfo?: {
13615
+ feePercentage?: number | undefined;
13616
+ label: string;
13617
+ zeroFeeText?: string | undefined;
13618
+ } | undefined;
13619
+ globalLimitInfo?: {
13620
+ topup?: {
13621
+ min: number;
13622
+ max: number;
13623
+ formattedMax: string;
13624
+ formattedMin: string;
13625
+ } | undefined;
13626
+ } | undefined;
13627
+ } | {
13628
+ paymentMethodId: string;
13629
+ paymentMethodType: "SBID_CARRIER_BILLING";
13630
+ descriptionBannerInfo?: {
13631
+ label?: string | undefined;
13632
+ title?: string | undefined;
13633
+ iconImageUrl?: string | undefined;
13634
+ displayResponse?: {
13635
+ title: string;
13636
+ buttonList: {
13637
+ title: string;
13638
+ actionType: import('../../model/uiComponents').UIComponentsButtonActionType;
13639
+ buttonType: import('../../model/uiComponents').UIComponentsButtonType;
13640
+ deeplink?: string | undefined;
13641
+ googleAnalyticsInfo: unknown;
13642
+ nativeAction: string;
13643
+ type: unknown;
13644
+ }[];
13645
+ iconUrl?: string | undefined;
13646
+ description: string;
13647
+ canCloseByOutsideTap: boolean;
13648
+ } | undefined;
13649
+ } | undefined;
13650
+ pointToggleInfo?: {
13651
+ cashBackUseStatus: "USE" | "SAVE" | "INVEST" | null;
13652
+ } | undefined;
13653
+ walletInfo?: unknown;
13654
+ creditCardInfo?: unknown;
13655
+ bankInfo?: unknown;
13656
+ sbidCarrierBillingInfo?: {
13657
+ paymentMethodStatus?: import('../../types/makePayment').PaymentMethodStatus | undefined;
13658
+ paymentMethodStatusLabel?: string | undefined;
13659
+ } | undefined;
13660
+ payLaterCcInfo?: unknown;
13661
+ paymentMethodDescriptionInfo?: {
13662
+ statusDescription: {
13663
+ text: string;
13664
+ linkUrl?: string | undefined;
13665
+ headerIcon?: string | undefined;
13666
+ isBold: boolean;
13667
+ color: string;
13668
+ backgroundColor?: string | undefined;
13669
+ } | null;
13670
+ additionalDescription: {
13671
+ text: string;
13672
+ linkUrl?: string | undefined;
13673
+ headerIcon?: string | undefined;
13674
+ isBold: boolean;
13675
+ color: string;
13676
+ backgroundColor?: string | undefined;
13677
+ } | null;
13678
+ detailDescription: {
13679
+ text: string;
13680
+ linkUrl?: string | undefined;
13681
+ headerIcon?: string | undefined;
13682
+ isBold: boolean;
13683
+ color: string;
13684
+ backgroundColor?: string | undefined;
13685
+ } | null;
13686
+ label?: {
13687
+ text: string;
13688
+ linkUrl?: string | undefined;
13689
+ headerIcon?: string | undefined;
13690
+ isBold: boolean;
13691
+ color: string;
13692
+ backgroundColor?: string | undefined;
13693
+ } | null | undefined;
13694
+ amountInfo?: {
13695
+ label: string;
13696
+ amount: number;
13697
+ currency: string;
13698
+ } | undefined;
13699
+ } | undefined;
13700
+ feeInfo?: {
13701
+ feePercentage?: number | undefined;
13702
+ label: string;
13703
+ zeroFeeText?: string | undefined;
13704
+ } | undefined;
13705
+ globalLimitInfo?: {
13706
+ topup?: {
13707
+ min: number;
13708
+ max: number;
13709
+ formattedMax: string;
13710
+ formattedMin: string;
13711
+ } | undefined;
13712
+ } | undefined;
13713
+ } | {
13714
+ paymentMethodId: string;
13715
+ paymentMethodType: "PAY_LATER_CC";
13716
+ descriptionBannerInfo?: {
13717
+ label?: string | undefined;
13718
+ title?: string | undefined;
13719
+ iconImageUrl?: string | undefined;
13720
+ displayResponse?: {
13721
+ title: string;
13722
+ buttonList: {
13723
+ title: string;
13724
+ actionType: import('../../model/uiComponents').UIComponentsButtonActionType;
13725
+ buttonType: import('../../model/uiComponents').UIComponentsButtonType;
13726
+ deeplink?: string | undefined;
13727
+ googleAnalyticsInfo: unknown;
13728
+ nativeAction: string;
13729
+ type: unknown;
13730
+ }[];
13731
+ iconUrl?: string | undefined;
13732
+ description: string;
13733
+ canCloseByOutsideTap: boolean;
13734
+ } | undefined;
13735
+ } | undefined;
13736
+ pointToggleInfo?: {
13737
+ cashBackUseStatus: "USE" | "SAVE" | "INVEST" | null;
13738
+ } | undefined;
13739
+ walletInfo?: unknown;
13740
+ creditCardInfo?: unknown;
13741
+ bankInfo?: unknown;
13742
+ sbidCarrierBillingInfo?: unknown;
13743
+ payLaterCcInfo?: {
13744
+ cardName?: string | undefined;
13745
+ last4digits?: string | undefined;
13746
+ linkedCardBrand?: import('../../types/makePayment').CreditTypes.VISA | import('../../types/makePayment').CreditTypes.MASTER | import('../../types/makePayment').CreditTypes.JCB | undefined;
13747
+ linkedCardType?: import('../../types/makePayment').PayPayCardType | undefined;
13748
+ availableAmount?: number | undefined;
13749
+ paymentMethodStatus?: import('../../types/makePayment').PaymentMethodStatus | undefined;
13750
+ paymentMethodStatusLabel?: string | undefined;
13751
+ } | undefined;
13752
+ paymentMethodDescriptionInfo?: {
13753
+ statusDescription: {
13754
+ text: string;
13755
+ linkUrl?: string | undefined;
13756
+ headerIcon?: string | undefined;
13757
+ isBold: boolean;
13758
+ color: string;
13759
+ backgroundColor?: string | undefined;
13760
+ } | null;
13761
+ additionalDescription: {
13762
+ text: string;
13763
+ linkUrl?: string | undefined;
13764
+ headerIcon?: string | undefined;
13765
+ isBold: boolean;
13766
+ color: string;
13767
+ backgroundColor?: string | undefined;
13768
+ } | null;
13769
+ detailDescription: {
13770
+ text: string;
13771
+ linkUrl?: string | undefined;
13772
+ headerIcon?: string | undefined;
13773
+ isBold: boolean;
13774
+ color: string;
13775
+ backgroundColor?: string | undefined;
13776
+ } | null;
13777
+ label?: {
13778
+ text: string;
13779
+ linkUrl?: string | undefined;
13780
+ headerIcon?: string | undefined;
13781
+ isBold: boolean;
13782
+ color: string;
13783
+ backgroundColor?: string | undefined;
13784
+ } | null | undefined;
13785
+ amountInfo?: {
13786
+ label: string;
13787
+ amount: number;
13788
+ currency: string;
13789
+ } | undefined;
13790
+ } | undefined;
13791
+ feeInfo?: {
13792
+ feePercentage?: number | undefined;
13793
+ label: string;
13794
+ zeroFeeText?: string | undefined;
13795
+ } | undefined;
13796
+ globalLimitInfo?: {
13797
+ topup?: {
13798
+ min: number;
13799
+ max: number;
13800
+ formattedMax: string;
13801
+ formattedMin: string;
13802
+ } | undefined;
13803
+ } | undefined;
13804
+ showCardDetails?: boolean | undefined;
13805
+ } | {
13806
+ paymentMethodId: string;
13807
+ paymentMethodType: "PAY_LATER";
13808
+ descriptionBannerInfo?: {
13809
+ label?: string | undefined;
13810
+ title?: string | undefined;
13811
+ iconImageUrl?: string | undefined;
13812
+ displayResponse?: {
13813
+ title: string;
13814
+ buttonList: {
13815
+ title: string;
13816
+ actionType: import('../../model/uiComponents').UIComponentsButtonActionType;
13817
+ buttonType: import('../../model/uiComponents').UIComponentsButtonType;
13818
+ deeplink?: string | undefined;
13819
+ googleAnalyticsInfo: unknown;
13820
+ nativeAction: string;
13821
+ type: unknown;
13822
+ }[];
13823
+ iconUrl?: string | undefined;
13824
+ description: string;
13825
+ canCloseByOutsideTap: boolean;
13826
+ } | undefined;
13827
+ } | undefined;
13828
+ pointToggleInfo?: {
13829
+ cashBackUseStatus: "USE" | "SAVE" | "INVEST" | null;
13830
+ } | undefined;
13831
+ walletInfo?: unknown;
13832
+ creditCardInfo?: unknown;
13833
+ bankInfo?: unknown;
13834
+ sbidCarrierBillingInfo?: unknown;
13835
+ payLaterCcInfo?: unknown;
13836
+ paymentMethodDescriptionInfo?: {
13837
+ statusDescription: {
13838
+ text: string;
13839
+ linkUrl?: string | undefined;
13840
+ headerIcon?: string | undefined;
13841
+ isBold: boolean;
13842
+ color: string;
13843
+ backgroundColor?: string | undefined;
13844
+ } | null;
13845
+ additionalDescription: {
13846
+ text: string;
13847
+ linkUrl?: string | undefined;
13848
+ headerIcon?: string | undefined;
13849
+ isBold: boolean;
13850
+ color: string;
13851
+ backgroundColor?: string | undefined;
13852
+ } | null;
13853
+ detailDescription: {
13854
+ text: string;
13855
+ linkUrl?: string | undefined;
13856
+ headerIcon?: string | undefined;
13857
+ isBold: boolean;
13858
+ color: string;
13859
+ backgroundColor?: string | undefined;
13860
+ } | null;
13861
+ label?: {
13862
+ text: string;
13863
+ linkUrl?: string | undefined;
13864
+ headerIcon?: string | undefined;
13865
+ isBold: boolean;
13866
+ color: string;
13867
+ backgroundColor?: string | undefined;
13868
+ } | null | undefined;
13869
+ amountInfo?: {
13870
+ label: string;
13871
+ amount: number;
13872
+ currency: string;
13873
+ } | undefined;
13874
+ } | undefined;
13875
+ feeInfo?: {
13876
+ feePercentage?: number | undefined;
13877
+ label: string;
13878
+ zeroFeeText?: string | undefined;
13879
+ } | undefined;
13880
+ globalLimitInfo?: {
13881
+ topup?: {
13882
+ min: number;
13883
+ max: number;
13884
+ formattedMax: string;
13885
+ formattedMin: string;
13886
+ } | undefined;
13887
+ } | undefined;
13888
+ } | {
13889
+ paymentMethodId: string;
13890
+ paymentMethodType: "GIFT_VOUCHER";
13891
+ descriptionBannerInfo?: {
13892
+ label?: string | undefined;
13893
+ title?: string | undefined;
13894
+ iconImageUrl?: string | undefined;
13895
+ displayResponse?: {
13896
+ title: string;
13897
+ buttonList: {
13898
+ title: string;
13899
+ actionType: import('../../model/uiComponents').UIComponentsButtonActionType;
13900
+ buttonType: import('../../model/uiComponents').UIComponentsButtonType;
13901
+ deeplink?: string | undefined;
13902
+ googleAnalyticsInfo: unknown;
13903
+ nativeAction: string;
13904
+ type: unknown;
13905
+ }[];
13906
+ iconUrl?: string | undefined;
13907
+ description: string;
13908
+ canCloseByOutsideTap: boolean;
13909
+ } | undefined;
13910
+ } | undefined;
13911
+ pointToggleInfo?: {
13912
+ cashBackUseStatus: "USE" | "SAVE" | "INVEST" | null;
13913
+ } | undefined;
13914
+ walletInfo?: unknown;
13915
+ creditCardInfo?: unknown;
13916
+ bankInfo?: unknown;
13917
+ sbidCarrierBillingInfo?: unknown;
13918
+ payLaterCcInfo?: unknown;
13919
+ paymentMethodDescriptionInfo?: {
13920
+ statusDescription: {
13921
+ text: string;
13922
+ linkUrl?: string | undefined;
13923
+ headerIcon?: string | undefined;
13924
+ isBold: boolean;
13925
+ color: string;
13926
+ backgroundColor?: string | undefined;
13927
+ } | null;
13928
+ additionalDescription: {
13929
+ text: string;
13930
+ linkUrl?: string | undefined;
13931
+ headerIcon?: string | undefined;
13932
+ isBold: boolean;
13933
+ color: string;
13934
+ backgroundColor?: string | undefined;
13935
+ } | null;
13936
+ detailDescription: {
13937
+ text: string;
13938
+ linkUrl?: string | undefined;
13939
+ headerIcon?: string | undefined;
13940
+ isBold: boolean;
13941
+ color: string;
13942
+ backgroundColor?: string | undefined;
13943
+ } | null;
13944
+ label?: {
13945
+ text: string;
13946
+ linkUrl?: string | undefined;
13947
+ headerIcon?: string | undefined;
13948
+ isBold: boolean;
13949
+ color: string;
13950
+ backgroundColor?: string | undefined;
13951
+ } | null | undefined;
13952
+ amountInfo?: {
13953
+ label: string;
13954
+ amount: number;
13955
+ currency: string;
13956
+ } | undefined;
13957
+ } | undefined;
13958
+ feeInfo?: {
13959
+ feePercentage?: number | undefined;
13960
+ label: string;
13961
+ zeroFeeText?: string | undefined;
13962
+ } | undefined;
13963
+ globalLimitInfo?: {
13964
+ topup?: {
13965
+ min: number;
13966
+ max: number;
13967
+ formattedMax: string;
13968
+ formattedMin: string;
13969
+ } | undefined;
13970
+ } | undefined;
13971
+ overallGiftVoucherInfo?: {
13972
+ availableAmount: string;
13973
+ paymentMethodStatus: import('../../types/makePayment').PaymentMethodStatus;
13974
+ paymentMethodStatusLabel: string;
13975
+ logoUrl: string;
13976
+ labelInfo: {
13977
+ text: string;
13978
+ textColor: string;
13979
+ boxColor: string;
13980
+ };
13981
+ detailInfo: {
13982
+ text: string;
13983
+ url: string;
13984
+ };
13985
+ } | undefined;
13986
+ } | undefined;
13987
+ amountForTopup: number;
13988
+ appealDescription: {
13989
+ backgroundColor?: string | undefined;
13990
+ color: string;
13991
+ headerIcon?: string | null | undefined;
13992
+ isBold: boolean;
13993
+ linkUrl?: string | undefined;
13994
+ text: string;
13995
+ } | null;
13996
+ giftVouchersAutoSelectingEnabled: boolean;
13997
+ hasGiftVoucherMethod: boolean;
13998
+ };
13999
+ consultState: {
14000
+ consultErrorInfo: {
14001
+ title: string;
14002
+ buttonList: {
14003
+ title: string;
14004
+ actionType: import('../../model/uiComponents').UIComponentsButtonActionType;
14005
+ buttonType: import('../../model/uiComponents').UIComponentsButtonType;
14006
+ deeplink?: string | undefined;
14007
+ googleAnalyticsInfo: unknown;
14008
+ nativeAction: string;
14009
+ type: unknown;
14010
+ }[];
14011
+ iconUrl?: string | undefined;
14012
+ description: string;
14013
+ canCloseByOutsideTap: boolean;
14014
+ } | undefined;
14015
+ showConsultError: boolean;
14016
+ insufficientBalanceInfo: {
14017
+ appealDescription: {
14018
+ backgroundColor?: string | undefined;
14019
+ color: string;
14020
+ headerIcon?: string | null | undefined;
14021
+ isBold: boolean;
14022
+ linkUrl?: string | undefined;
14023
+ text: string;
14024
+ };
14025
+ insufficientAmount: number;
14026
+ paymentMethodList: ({
14027
+ paymentMethodId: string;
14028
+ paymentMethodType: "WALLET";
14029
+ descriptionBannerInfo?: {
14030
+ label?: string | undefined;
14031
+ title?: string | undefined;
14032
+ iconImageUrl?: string | undefined;
14033
+ displayResponse?: {
14034
+ title: string;
14035
+ buttonList: {
14036
+ title: string;
14037
+ actionType: import('../../model/uiComponents').UIComponentsButtonActionType;
14038
+ buttonType: import('../../model/uiComponents').UIComponentsButtonType;
14039
+ deeplink?: string | undefined;
14040
+ googleAnalyticsInfo: unknown;
14041
+ nativeAction: string;
14042
+ type: unknown;
14043
+ }[];
14044
+ iconUrl?: string | undefined;
14045
+ description: string;
14046
+ canCloseByOutsideTap: boolean;
14047
+ } | undefined;
14048
+ } | undefined;
14049
+ pointToggleInfo?: {
14050
+ cashBackUseStatus: "USE" | "SAVE" | "INVEST" | null;
14051
+ } | undefined;
14052
+ walletInfo?: {
14053
+ cashBackBalanceInfo?: {
14054
+ balance: number;
14055
+ currency: "JPY";
14056
+ usable: boolean;
14057
+ } | undefined;
14058
+ cashBackExpirableBalanceInfo?: {
14059
+ balance: number;
14060
+ currency: "JPY";
14061
+ usable: boolean;
14062
+ } | undefined;
14063
+ emoneyBalanceInfo?: {
14064
+ balance: number;
14065
+ currency: "JPY";
14066
+ usable: boolean;
14067
+ } | undefined;
14068
+ prepaidBalanceInfo?: {
14069
+ balance: number;
14070
+ currency: "JPY";
14071
+ usable: boolean;
14072
+ } | undefined;
14073
+ isPreTransactionAutoChargeEnabled?: boolean | undefined;
14074
+ walletSummary?: {
14075
+ totalBalanceInfo: {
14076
+ balance: number;
14077
+ currency: "JPY";
14078
+ usable: boolean;
14079
+ };
14080
+ payoutableBalanceInfo: {
14081
+ balance: number;
14082
+ currency: "JPY";
14083
+ usable: boolean;
14084
+ };
14085
+ transferableBalanceInfo: {
14086
+ balance: number;
14087
+ currency: "JPY";
14088
+ usable: boolean;
14089
+ };
14090
+ } | undefined;
14091
+ walletDetail?: {
14092
+ emoneyBalanceInfo?: {
14093
+ balance: number;
14094
+ currency: "JPY";
14095
+ usable: boolean;
14096
+ } | undefined;
14097
+ totalEmoneyBalanceInfo?: {
14098
+ balance: number;
14099
+ currency: "JPY";
14100
+ usable: boolean;
14101
+ } | undefined;
14102
+ prepaidBalanceInfo?: {
14103
+ balance: number;
14104
+ currency: "JPY";
14105
+ usable: boolean;
14106
+ } | undefined;
14107
+ cashBackBalanceInfo?: {
14108
+ balance: number;
14109
+ currency: "JPY";
14110
+ usable: boolean;
14111
+ } | undefined;
14112
+ totalPayPayPointsInfo?: {
14113
+ balance: number;
14114
+ currency: "JPY";
14115
+ usable: boolean;
14116
+ } | undefined;
14117
+ cashBackExpirableBalanceInfo?: {
14118
+ balance: number;
14119
+ currency: "JPY";
14120
+ usable: boolean;
14121
+ } | undefined;
14122
+ } | undefined;
14123
+ } | undefined;
14124
+ creditCardInfo?: unknown;
14125
+ bankInfo?: unknown;
14126
+ sbidCarrierBillingInfo?: unknown;
14127
+ payLaterCcInfo?: unknown;
14128
+ paymentMethodDescriptionInfo?: {
14129
+ statusDescription: {
14130
+ text: string;
14131
+ linkUrl?: string | undefined;
14132
+ headerIcon?: string | undefined;
14133
+ isBold: boolean;
14134
+ color: string;
14135
+ backgroundColor?: string | undefined;
14136
+ } | null;
14137
+ additionalDescription: {
14138
+ text: string;
14139
+ linkUrl?: string | undefined;
14140
+ headerIcon?: string | undefined;
14141
+ isBold: boolean;
14142
+ color: string;
14143
+ backgroundColor?: string | undefined;
14144
+ } | null;
14145
+ detailDescription: {
14146
+ text: string;
14147
+ linkUrl?: string | undefined;
14148
+ headerIcon?: string | undefined;
14149
+ isBold: boolean;
14150
+ color: string;
14151
+ backgroundColor?: string | undefined;
14152
+ } | null;
14153
+ label?: {
14154
+ text: string;
14155
+ linkUrl?: string | undefined;
14156
+ headerIcon?: string | undefined;
14157
+ isBold: boolean;
14158
+ color: string;
14159
+ backgroundColor?: string | undefined;
14160
+ } | null | undefined;
14161
+ amountInfo?: {
14162
+ label: string;
14163
+ amount: number;
14164
+ currency: string;
14165
+ } | undefined;
14166
+ } | undefined;
14167
+ feeInfo?: {
14168
+ feePercentage?: number | undefined;
14169
+ label: string;
14170
+ zeroFeeText?: string | undefined;
14171
+ } | undefined;
14172
+ globalLimitInfo?: {
14173
+ topup?: {
14174
+ min: number;
14175
+ max: number;
14176
+ formattedMax: string;
14177
+ formattedMin: string;
14178
+ } | undefined;
14179
+ } | undefined;
14180
+ } | {
14181
+ paymentMethodId: string;
14182
+ paymentMethodType: "CREDIT_CARD";
14183
+ descriptionBannerInfo?: {
14184
+ label?: string | undefined;
14185
+ title?: string | undefined;
14186
+ iconImageUrl?: string | undefined;
14187
+ displayResponse?: {
14188
+ title: string;
14189
+ buttonList: {
14190
+ title: string;
14191
+ actionType: import('../../model/uiComponents').UIComponentsButtonActionType;
14192
+ buttonType: import('../../model/uiComponents').UIComponentsButtonType;
14193
+ deeplink?: string | undefined;
14194
+ googleAnalyticsInfo: unknown;
14195
+ nativeAction: string;
14196
+ type: unknown;
14197
+ }[];
14198
+ iconUrl?: string | undefined;
14199
+ description: string;
14200
+ canCloseByOutsideTap: boolean;
14201
+ } | undefined;
14202
+ } | undefined;
14203
+ pointToggleInfo?: {
14204
+ cashBackUseStatus: "USE" | "SAVE" | "INVEST" | null;
14205
+ } | undefined;
14206
+ walletInfo?: unknown;
14207
+ creditCardInfo?: {
14208
+ brand?: import('../../types/makePayment').CreditTypes | undefined;
14209
+ isAuthenticated?: boolean | undefined;
14210
+ isExpired?: boolean | undefined;
14211
+ isYjCard?: boolean | undefined;
14212
+ last4digits?: string | undefined;
14213
+ ccType?: string | undefined;
14214
+ paymentMethodStatus?: import('../../types/makePayment').PaymentMethodStatus | undefined;
14215
+ preTransactionAutoChargeSupported?: boolean | undefined;
14216
+ paymentMethodStatusLabel?: string | undefined;
14217
+ } | undefined;
14218
+ bankInfo?: unknown;
14219
+ sbidCarrierBillingInfo?: unknown;
14220
+ payLaterCcInfo?: unknown;
14221
+ paymentMethodDescriptionInfo?: {
14222
+ statusDescription: {
14223
+ text: string;
14224
+ linkUrl?: string | undefined;
14225
+ headerIcon?: string | undefined;
14226
+ isBold: boolean;
14227
+ color: string;
14228
+ backgroundColor?: string | undefined;
14229
+ } | null;
14230
+ additionalDescription: {
14231
+ text: string;
14232
+ linkUrl?: string | undefined;
14233
+ headerIcon?: string | undefined;
14234
+ isBold: boolean;
14235
+ color: string;
14236
+ backgroundColor?: string | undefined;
14237
+ } | null;
14238
+ detailDescription: {
14239
+ text: string;
14240
+ linkUrl?: string | undefined;
14241
+ headerIcon?: string | undefined;
14242
+ isBold: boolean;
14243
+ color: string;
14244
+ backgroundColor?: string | undefined;
14245
+ } | null;
14246
+ label?: {
14247
+ text: string;
14248
+ linkUrl?: string | undefined;
14249
+ headerIcon?: string | undefined;
14250
+ isBold: boolean;
14251
+ color: string;
14252
+ backgroundColor?: string | undefined;
14253
+ } | null | undefined;
14254
+ amountInfo?: {
14255
+ label: string;
14256
+ amount: number;
14257
+ currency: string;
14258
+ } | undefined;
14259
+ } | undefined;
14260
+ feeInfo?: {
14261
+ feePercentage?: number | undefined;
14262
+ label: string;
14263
+ zeroFeeText?: string | undefined;
14264
+ } | undefined;
14265
+ globalLimitInfo?: {
14266
+ topup?: {
14267
+ min: number;
14268
+ max: number;
14269
+ formattedMax: string;
14270
+ formattedMin: string;
14271
+ } | undefined;
14272
+ } | undefined;
14273
+ } | {
14274
+ paymentMethodId: string;
14275
+ paymentMethodType: "BANK" | "YMONEY_BANK";
14276
+ descriptionBannerInfo?: {
14277
+ label?: string | undefined;
14278
+ title?: string | undefined;
14279
+ iconImageUrl?: string | undefined;
14280
+ displayResponse?: {
14281
+ title: string;
14282
+ buttonList: {
14283
+ title: string;
14284
+ actionType: import('../../model/uiComponents').UIComponentsButtonActionType;
14285
+ buttonType: import('../../model/uiComponents').UIComponentsButtonType;
14286
+ deeplink?: string | undefined;
14287
+ googleAnalyticsInfo: unknown;
14288
+ nativeAction: string;
14289
+ type: unknown;
14290
+ }[];
14291
+ iconUrl?: string | undefined;
14292
+ description: string;
14293
+ canCloseByOutsideTap: boolean;
14294
+ } | undefined;
14295
+ } | undefined;
14296
+ pointToggleInfo?: {
14297
+ cashBackUseStatus: "USE" | "SAVE" | "INVEST" | null;
14298
+ } | undefined;
14299
+ walletInfo?: unknown;
14300
+ creditCardInfo?: unknown;
14301
+ bankInfo?: {
14302
+ paymentMethodStatusLabel?: string | undefined;
14303
+ paymentMethodStatus?: import('../../types/makePayment').PaymentMethodStatus | undefined;
14304
+ bankName?: string | undefined;
14305
+ bankLogoUrl?: string | undefined;
14306
+ bankCode?: string | undefined;
14307
+ bankCardImage?: {
14308
+ cardUrl: string;
14309
+ textColor: string;
14310
+ uiColor: string;
14311
+ } | undefined;
14312
+ bankBranchName?: string | undefined;
14313
+ bankBranchCode?: string | undefined;
14314
+ bankAccountType?: string | undefined;
14315
+ bankAccountNumberLast2digits?: string | undefined;
14316
+ preTransactionAutoChargeSupported?: boolean | undefined;
14317
+ showAmount?: boolean | undefined;
14318
+ } | undefined;
14319
+ sbidCarrierBillingInfo?: unknown;
14320
+ payLaterCcInfo?: unknown;
14321
+ paymentMethodDescriptionInfo?: {
14322
+ statusDescription: {
14323
+ text: string;
14324
+ linkUrl?: string | undefined;
14325
+ headerIcon?: string | undefined;
14326
+ isBold: boolean;
14327
+ color: string;
14328
+ backgroundColor?: string | undefined;
14329
+ } | null;
14330
+ additionalDescription: {
14331
+ text: string;
14332
+ linkUrl?: string | undefined;
14333
+ headerIcon?: string | undefined;
14334
+ isBold: boolean;
14335
+ color: string;
14336
+ backgroundColor?: string | undefined;
14337
+ } | null;
14338
+ detailDescription: {
14339
+ text: string;
14340
+ linkUrl?: string | undefined;
14341
+ headerIcon?: string | undefined;
14342
+ isBold: boolean;
14343
+ color: string;
14344
+ backgroundColor?: string | undefined;
14345
+ } | null;
14346
+ label?: {
14347
+ text: string;
14348
+ linkUrl?: string | undefined;
14349
+ headerIcon?: string | undefined;
14350
+ isBold: boolean;
14351
+ color: string;
14352
+ backgroundColor?: string | undefined;
14353
+ } | null | undefined;
14354
+ amountInfo?: {
14355
+ label: string;
14356
+ amount: number;
14357
+ currency: string;
14358
+ } | undefined;
14359
+ } | undefined;
14360
+ feeInfo?: {
14361
+ feePercentage?: number | undefined;
14362
+ label: string;
14363
+ zeroFeeText?: string | undefined;
14364
+ } | undefined;
14365
+ globalLimitInfo?: {
14366
+ topup?: {
14367
+ min: number;
14368
+ max: number;
14369
+ formattedMax: string;
14370
+ formattedMin: string;
14371
+ } | undefined;
14372
+ } | undefined;
14373
+ } | {
14374
+ paymentMethodId: string;
14375
+ paymentMethodType: "SBID_CARRIER_BILLING";
14376
+ descriptionBannerInfo?: {
14377
+ label?: string | undefined;
14378
+ title?: string | undefined;
14379
+ iconImageUrl?: string | undefined;
14380
+ displayResponse?: {
14381
+ title: string;
14382
+ buttonList: {
14383
+ title: string;
14384
+ actionType: import('../../model/uiComponents').UIComponentsButtonActionType;
14385
+ buttonType: import('../../model/uiComponents').UIComponentsButtonType;
14386
+ deeplink?: string | undefined;
14387
+ googleAnalyticsInfo: unknown;
14388
+ nativeAction: string;
14389
+ type: unknown;
14390
+ }[];
14391
+ iconUrl?: string | undefined;
14392
+ description: string;
14393
+ canCloseByOutsideTap: boolean;
14394
+ } | undefined;
14395
+ } | undefined;
14396
+ pointToggleInfo?: {
14397
+ cashBackUseStatus: "USE" | "SAVE" | "INVEST" | null;
14398
+ } | undefined;
14399
+ walletInfo?: unknown;
14400
+ creditCardInfo?: unknown;
14401
+ bankInfo?: unknown;
14402
+ sbidCarrierBillingInfo?: {
14403
+ paymentMethodStatus?: import('../../types/makePayment').PaymentMethodStatus | undefined;
14404
+ paymentMethodStatusLabel?: string | undefined;
14405
+ } | undefined;
14406
+ payLaterCcInfo?: unknown;
14407
+ paymentMethodDescriptionInfo?: {
14408
+ statusDescription: {
14409
+ text: string;
14410
+ linkUrl?: string | undefined;
14411
+ headerIcon?: string | undefined;
14412
+ isBold: boolean;
14413
+ color: string;
14414
+ backgroundColor?: string | undefined;
14415
+ } | null;
14416
+ additionalDescription: {
14417
+ text: string;
14418
+ linkUrl?: string | undefined;
14419
+ headerIcon?: string | undefined;
14420
+ isBold: boolean;
14421
+ color: string;
14422
+ backgroundColor?: string | undefined;
14423
+ } | null;
14424
+ detailDescription: {
14425
+ text: string;
14426
+ linkUrl?: string | undefined;
14427
+ headerIcon?: string | undefined;
14428
+ isBold: boolean;
14429
+ color: string;
14430
+ backgroundColor?: string | undefined;
14431
+ } | null;
14432
+ label?: {
14433
+ text: string;
14434
+ linkUrl?: string | undefined;
14435
+ headerIcon?: string | undefined;
14436
+ isBold: boolean;
14437
+ color: string;
14438
+ backgroundColor?: string | undefined;
14439
+ } | null | undefined;
14440
+ amountInfo?: {
14441
+ label: string;
14442
+ amount: number;
14443
+ currency: string;
14444
+ } | undefined;
14445
+ } | undefined;
14446
+ feeInfo?: {
14447
+ feePercentage?: number | undefined;
14448
+ label: string;
14449
+ zeroFeeText?: string | undefined;
14450
+ } | undefined;
14451
+ globalLimitInfo?: {
14452
+ topup?: {
14453
+ min: number;
14454
+ max: number;
14455
+ formattedMax: string;
14456
+ formattedMin: string;
14457
+ } | undefined;
14458
+ } | undefined;
14459
+ } | {
14460
+ paymentMethodId: string;
14461
+ paymentMethodType: "PAY_LATER_CC";
14462
+ descriptionBannerInfo?: {
14463
+ label?: string | undefined;
14464
+ title?: string | undefined;
14465
+ iconImageUrl?: string | undefined;
14466
+ displayResponse?: {
14467
+ title: string;
14468
+ buttonList: {
14469
+ title: string;
14470
+ actionType: import('../../model/uiComponents').UIComponentsButtonActionType;
14471
+ buttonType: import('../../model/uiComponents').UIComponentsButtonType;
14472
+ deeplink?: string | undefined;
14473
+ googleAnalyticsInfo: unknown;
14474
+ nativeAction: string;
14475
+ type: unknown;
14476
+ }[];
14477
+ iconUrl?: string | undefined;
14478
+ description: string;
14479
+ canCloseByOutsideTap: boolean;
14480
+ } | undefined;
14481
+ } | undefined;
14482
+ pointToggleInfo?: {
14483
+ cashBackUseStatus: "USE" | "SAVE" | "INVEST" | null;
14484
+ } | undefined;
14485
+ walletInfo?: unknown;
14486
+ creditCardInfo?: unknown;
14487
+ bankInfo?: unknown;
14488
+ sbidCarrierBillingInfo?: unknown;
14489
+ payLaterCcInfo?: {
14490
+ cardName?: string | undefined;
14491
+ last4digits?: string | undefined;
14492
+ linkedCardBrand?: import('../../types/makePayment').CreditTypes.VISA | import('../../types/makePayment').CreditTypes.MASTER | import('../../types/makePayment').CreditTypes.JCB | undefined;
14493
+ linkedCardType?: import('../../types/makePayment').PayPayCardType | undefined;
14494
+ availableAmount?: number | undefined;
14495
+ paymentMethodStatus?: import('../../types/makePayment').PaymentMethodStatus | undefined;
14496
+ paymentMethodStatusLabel?: string | undefined;
14497
+ } | undefined;
14498
+ paymentMethodDescriptionInfo?: {
14499
+ statusDescription: {
14500
+ text: string;
14501
+ linkUrl?: string | undefined;
14502
+ headerIcon?: string | undefined;
14503
+ isBold: boolean;
14504
+ color: string;
14505
+ backgroundColor?: string | undefined;
14506
+ } | null;
14507
+ additionalDescription: {
14508
+ text: string;
14509
+ linkUrl?: string | undefined;
14510
+ headerIcon?: string | undefined;
14511
+ isBold: boolean;
14512
+ color: string;
14513
+ backgroundColor?: string | undefined;
14514
+ } | null;
14515
+ detailDescription: {
14516
+ text: string;
14517
+ linkUrl?: string | undefined;
14518
+ headerIcon?: string | undefined;
14519
+ isBold: boolean;
14520
+ color: string;
14521
+ backgroundColor?: string | undefined;
14522
+ } | null;
14523
+ label?: {
14524
+ text: string;
14525
+ linkUrl?: string | undefined;
14526
+ headerIcon?: string | undefined;
14527
+ isBold: boolean;
14528
+ color: string;
14529
+ backgroundColor?: string | undefined;
14530
+ } | null | undefined;
14531
+ amountInfo?: {
14532
+ label: string;
14533
+ amount: number;
14534
+ currency: string;
14535
+ } | undefined;
14536
+ } | undefined;
14537
+ feeInfo?: {
14538
+ feePercentage?: number | undefined;
14539
+ label: string;
14540
+ zeroFeeText?: string | undefined;
14541
+ } | undefined;
14542
+ globalLimitInfo?: {
14543
+ topup?: {
14544
+ min: number;
14545
+ max: number;
14546
+ formattedMax: string;
14547
+ formattedMin: string;
14548
+ } | undefined;
14549
+ } | undefined;
14550
+ showCardDetails?: boolean | undefined;
14551
+ } | {
14552
+ paymentMethodId: string;
14553
+ paymentMethodType: "PAY_LATER";
14554
+ descriptionBannerInfo?: {
14555
+ label?: string | undefined;
14556
+ title?: string | undefined;
14557
+ iconImageUrl?: string | undefined;
14558
+ displayResponse?: {
14559
+ title: string;
14560
+ buttonList: {
14561
+ title: string;
14562
+ actionType: import('../../model/uiComponents').UIComponentsButtonActionType;
14563
+ buttonType: import('../../model/uiComponents').UIComponentsButtonType;
14564
+ deeplink?: string | undefined;
14565
+ googleAnalyticsInfo: unknown;
14566
+ nativeAction: string;
14567
+ type: unknown;
14568
+ }[];
14569
+ iconUrl?: string | undefined;
14570
+ description: string;
14571
+ canCloseByOutsideTap: boolean;
14572
+ } | undefined;
14573
+ } | undefined;
14574
+ pointToggleInfo?: {
14575
+ cashBackUseStatus: "USE" | "SAVE" | "INVEST" | null;
14576
+ } | undefined;
14577
+ walletInfo?: unknown;
14578
+ creditCardInfo?: unknown;
14579
+ bankInfo?: unknown;
14580
+ sbidCarrierBillingInfo?: unknown;
14581
+ payLaterCcInfo?: unknown;
14582
+ paymentMethodDescriptionInfo?: {
14583
+ statusDescription: {
14584
+ text: string;
14585
+ linkUrl?: string | undefined;
14586
+ headerIcon?: string | undefined;
14587
+ isBold: boolean;
14588
+ color: string;
14589
+ backgroundColor?: string | undefined;
14590
+ } | null;
14591
+ additionalDescription: {
14592
+ text: string;
14593
+ linkUrl?: string | undefined;
14594
+ headerIcon?: string | undefined;
14595
+ isBold: boolean;
14596
+ color: string;
14597
+ backgroundColor?: string | undefined;
14598
+ } | null;
14599
+ detailDescription: {
14600
+ text: string;
14601
+ linkUrl?: string | undefined;
14602
+ headerIcon?: string | undefined;
14603
+ isBold: boolean;
14604
+ color: string;
14605
+ backgroundColor?: string | undefined;
14606
+ } | null;
14607
+ label?: {
14608
+ text: string;
14609
+ linkUrl?: string | undefined;
14610
+ headerIcon?: string | undefined;
14611
+ isBold: boolean;
14612
+ color: string;
14613
+ backgroundColor?: string | undefined;
14614
+ } | null | undefined;
14615
+ amountInfo?: {
14616
+ label: string;
14617
+ amount: number;
14618
+ currency: string;
14619
+ } | undefined;
14620
+ } | undefined;
14621
+ feeInfo?: {
14622
+ feePercentage?: number | undefined;
14623
+ label: string;
14624
+ zeroFeeText?: string | undefined;
14625
+ } | undefined;
14626
+ globalLimitInfo?: {
14627
+ topup?: {
14628
+ min: number;
14629
+ max: number;
14630
+ formattedMax: string;
14631
+ formattedMin: string;
14632
+ } | undefined;
14633
+ } | undefined;
14634
+ } | {
14635
+ paymentMethodId: string;
14636
+ paymentMethodType: "GIFT_VOUCHER";
14637
+ descriptionBannerInfo?: {
14638
+ label?: string | undefined;
14639
+ title?: string | undefined;
14640
+ iconImageUrl?: string | undefined;
14641
+ displayResponse?: {
14642
+ title: string;
14643
+ buttonList: {
14644
+ title: string;
14645
+ actionType: import('../../model/uiComponents').UIComponentsButtonActionType;
14646
+ buttonType: import('../../model/uiComponents').UIComponentsButtonType;
14647
+ deeplink?: string | undefined;
14648
+ googleAnalyticsInfo: unknown;
14649
+ nativeAction: string;
14650
+ type: unknown;
14651
+ }[];
14652
+ iconUrl?: string | undefined;
14653
+ description: string;
14654
+ canCloseByOutsideTap: boolean;
14655
+ } | undefined;
14656
+ } | undefined;
14657
+ pointToggleInfo?: {
14658
+ cashBackUseStatus: "USE" | "SAVE" | "INVEST" | null;
14659
+ } | undefined;
14660
+ walletInfo?: unknown;
14661
+ creditCardInfo?: unknown;
14662
+ bankInfo?: unknown;
14663
+ sbidCarrierBillingInfo?: unknown;
14664
+ payLaterCcInfo?: unknown;
14665
+ paymentMethodDescriptionInfo?: {
14666
+ statusDescription: {
14667
+ text: string;
14668
+ linkUrl?: string | undefined;
14669
+ headerIcon?: string | undefined;
14670
+ isBold: boolean;
14671
+ color: string;
14672
+ backgroundColor?: string | undefined;
14673
+ } | null;
14674
+ additionalDescription: {
14675
+ text: string;
14676
+ linkUrl?: string | undefined;
14677
+ headerIcon?: string | undefined;
14678
+ isBold: boolean;
14679
+ color: string;
14680
+ backgroundColor?: string | undefined;
14681
+ } | null;
14682
+ detailDescription: {
14683
+ text: string;
14684
+ linkUrl?: string | undefined;
14685
+ headerIcon?: string | undefined;
14686
+ isBold: boolean;
14687
+ color: string;
14688
+ backgroundColor?: string | undefined;
14689
+ } | null;
14690
+ label?: {
14691
+ text: string;
14692
+ linkUrl?: string | undefined;
14693
+ headerIcon?: string | undefined;
14694
+ isBold: boolean;
14695
+ color: string;
14696
+ backgroundColor?: string | undefined;
14697
+ } | null | undefined;
14698
+ amountInfo?: {
14699
+ label: string;
14700
+ amount: number;
14701
+ currency: string;
14702
+ } | undefined;
14703
+ } | undefined;
14704
+ feeInfo?: {
14705
+ feePercentage?: number | undefined;
14706
+ label: string;
14707
+ zeroFeeText?: string | undefined;
14708
+ } | undefined;
14709
+ globalLimitInfo?: {
14710
+ topup?: {
14711
+ min: number;
14712
+ max: number;
14713
+ formattedMax: string;
14714
+ formattedMin: string;
14715
+ } | undefined;
14716
+ } | undefined;
14717
+ overallGiftVoucherInfo?: {
14718
+ availableAmount: string;
14719
+ paymentMethodStatus: import('../../types/makePayment').PaymentMethodStatus;
14720
+ paymentMethodStatusLabel: string;
14721
+ logoUrl: string;
14722
+ labelInfo: {
14723
+ text: string;
14724
+ textColor: string;
14725
+ boxColor: string;
14726
+ };
14727
+ detailInfo: {
14728
+ text: string;
14729
+ url: string;
14730
+ };
14731
+ } | undefined;
14732
+ })[];
14733
+ prepaidOnly: boolean | null;
14734
+ recommendedTopupAmount: number;
14735
+ totalBalanceInfo: {
14736
+ balance: number;
14737
+ currency: "JPY";
14738
+ };
14739
+ overdraftBalanceInfo?: {
14740
+ balance: number;
14741
+ currency: string;
14742
+ } | undefined;
14743
+ infoBannerList?: {
14744
+ text: string;
14745
+ additionalText: string;
14746
+ link: string;
14747
+ linkText: string;
14748
+ type: string;
14749
+ }[] | undefined;
14750
+ } | undefined;
14751
+ jws?: string | undefined;
14752
+ showEKYC: boolean;
14753
+ };
14754
+ bannerInfoDetailState: {
14755
+ bannerInfoDetail: {
14756
+ title: string;
14757
+ buttonList: {
14758
+ title: string;
14759
+ actionType: import('../../model/uiComponents').UIComponentsButtonActionType;
14760
+ buttonType: import('../../model/uiComponents').UIComponentsButtonType;
14761
+ deeplink?: string | undefined;
14762
+ googleAnalyticsInfo: unknown;
14763
+ nativeAction: string;
14764
+ type: unknown;
14765
+ }[];
14766
+ iconUrl?: string | undefined;
14767
+ description: string;
14768
+ canCloseByOutsideTap: boolean;
14769
+ } | undefined;
14770
+ showBannerInfoDetail: boolean;
14771
+ };
14772
+ paymentState: {
14773
+ paymentId: string | undefined;
14774
+ paymentResponse: {
14775
+ status: number;
14776
+ signed: {
14777
+ jws: string;
14778
+ };
14779
+ uiComponents?: {
14780
+ displayErrorResponse: {
14781
+ title: string;
14782
+ buttonList: {
14783
+ title: string;
14784
+ actionType: import('../../model/uiComponents').UIComponentsButtonActionType;
14785
+ buttonType: import('../../model/uiComponents').UIComponentsButtonType;
14786
+ deeplink?: string | undefined;
14787
+ googleAnalyticsInfo: unknown;
14788
+ nativeAction: string;
14789
+ type: unknown;
14790
+ }[];
14791
+ iconUrl?: string | undefined;
14792
+ description: string;
14793
+ canCloseByOutsideTap: boolean;
14794
+ };
14795
+ } | undefined;
14796
+ unsigned: {
14797
+ resultInfo: {
14798
+ code: ErrorCodesType;
14799
+ };
14800
+ data: {
14801
+ requestedAt: number;
14802
+ storeId: string;
14803
+ amount: {
14804
+ amount: number;
14805
+ currency?: string | undefined;
14806
+ };
14807
+ statusLabelString: string;
14808
+ statusLabelColor: string;
14809
+ userAuthorizationId: string;
14810
+ acceptedAt: number;
14811
+ merchantName: string;
14812
+ orderDescription: string;
14813
+ status: "COMPLETED" | "AUTHORIZED";
14814
+ paymentId: string;
14815
+ expiresAt: number;
14816
+ };
14817
+ };
14818
+ } | null;
14819
+ agreedSimilarTransaction: boolean;
14820
+ };
14821
+ errorState: {
14822
+ errorSheet: {
14823
+ title: string;
14824
+ description: string;
14825
+ icon: string;
14826
+ };
14827
+ showErrorSheet: boolean;
14828
+ errorCode: ErrorCodesType | null;
14829
+ jws: string | null;
14830
+ displayErrorResponse: {
14831
+ title: string;
14832
+ buttonList: {
14833
+ title: string;
14834
+ actionType: import('../../model/uiComponents').UIComponentsButtonActionType;
14835
+ buttonType: import('../../model/uiComponents').UIComponentsButtonType;
14836
+ deeplink?: string | undefined;
14837
+ googleAnalyticsInfo: unknown;
14838
+ nativeAction: string;
14839
+ type: unknown;
14840
+ }[];
14841
+ iconUrl?: string | undefined;
14842
+ description: string;
14843
+ canCloseByOutsideTap: boolean;
14844
+ } | null;
14845
+ showDisplayErrorResponse: boolean;
14846
+ canCloseByOutsideTap: boolean;
14847
+ };
14848
+ uiState: {
14849
+ loading: boolean;
14850
+ isVisiblePaymentMethod: boolean;
14851
+ done: boolean;
14852
+ paying: boolean;
14853
+ afterPayment: boolean;
14854
+ paymentResult: {
14855
+ requestedAt: number;
14856
+ storeId: string;
14857
+ amount: {
14858
+ amount: number;
14859
+ currency?: string | undefined;
14860
+ };
14861
+ statusLabelString: string;
14862
+ statusLabelColor: string;
14863
+ userAuthorizationId: string;
14864
+ acceptedAt: number;
14865
+ merchantName: string;
14866
+ orderDescription: string;
14867
+ status: "COMPLETED" | "AUTHORIZED";
14868
+ paymentId: string;
14869
+ expiresAt: number;
14870
+ } | null;
14871
+ showDuplicatePayment: boolean;
14872
+ showDuplicateTopup: boolean;
14873
+ show3DSecureSheet: boolean;
14874
+ };
14875
+ cashbackState: {
14876
+ cashBackDetail: {
14877
+ cashBackAmount: number;
14878
+ currencyText: string;
14879
+ cashBackAmountText: string | null;
14880
+ cashBackDescription: string;
14881
+ animationUrl: string;
14882
+ optionalText: string | null;
14883
+ cashBackDetailLinkLabel: string;
14884
+ couponCashbackDetail: {
14885
+ title: string;
14886
+ iconImageUrl: string;
14887
+ cashBackDetailLinkLabel: string;
14888
+ cashBackDetailLinkTarget: string;
14889
+ googleAnalyticsInfo: unknown;
14890
+ };
14891
+ cashBackDetail: {
14892
+ cashBackDetailListDescription: string | null;
14893
+ cashBackDetailHelpLink: {
14894
+ label: string;
14895
+ url: string;
14896
+ googleAnalyticsInfo: unknown;
14897
+ } | null;
14898
+ cashBackDetailList: {
14899
+ campaignId: string;
14900
+ bannerId: string | null;
14901
+ campaignName: string;
14902
+ campaignNameColor: string;
14903
+ optionalText: string | null;
14904
+ optionalTextColor: string | null;
14905
+ amountText: string;
14906
+ amountTextColor: string;
14907
+ couponIdText: string | null;
14908
+ couponIdTextColor: string | null;
14909
+ status: string;
14910
+ isMeti: boolean;
14911
+ deeplinkUrl: string | null;
14912
+ googleAnalyticsInfo: unknown;
14913
+ }[];
14914
+ googleAnalyticsInfo: unknown;
14915
+ };
14916
+ } | null;
14917
+ animationCardList: {
14918
+ cardId: string;
14919
+ campaignId: string | null;
14920
+ cardType: string;
14921
+ animationUrl: string;
14922
+ amount: number | null;
14923
+ soundUrl: string | null;
14924
+ duration: number | null;
14925
+ title: string | null;
14926
+ description: string | null;
14927
+ showAgeConfirmFlag?: boolean | null | undefined;
14928
+ backgroundColor: string | null;
14929
+ }[];
14930
+ totalAnimationCards: number;
14931
+ calculating: boolean;
14932
+ calculated: boolean;
14933
+ };
14934
+ topupState: {
14935
+ showTopup: boolean;
14936
+ topupResult: {
14937
+ merchantTopUpId: string;
14938
+ topUpId: string;
14939
+ status: string;
14940
+ statusLabel: string;
14941
+ statusLabelColor: string;
14942
+ amount: {
14943
+ amount: number;
14944
+ currency: string;
14945
+ };
14946
+ fee?: {
14947
+ amount: number;
14948
+ currency: string;
14949
+ } | undefined;
14950
+ acceptedAt?: number | undefined;
14951
+ requestedAt: number;
14952
+ responseValidTill: number;
14953
+ } | null;
14954
+ agreedSimilarTransaction: boolean;
14955
+ topupMethodIndex: number;
14956
+ topupAmount: number;
14957
+ showTopupAmountList: boolean;
14958
+ showTopupMethodList: boolean;
14959
+ };
14960
+ closeConfirmationState: {
14961
+ showCloseConfirmation: boolean;
14962
+ };
14963
+ result: {
14964
+ success?: {
14965
+ jws: string;
14966
+ } | undefined;
14967
+ fail?: {
14968
+ errorCode: ErrorCodesType;
14969
+ jws?: string | undefined;
14970
+ } | undefined;
14971
+ completed: boolean;
14972
+ };
14973
+ merchantTimeoutId?: number | undefined;
14974
+ merchantTimeoutAt: number | undefined;
14975
+ qrState: {
14976
+ show: boolean;
14977
+ type: 'ekyc' | 'topup';
14978
+ };
14979
+ overdraftBalance: number;
14980
+ overdraftInfoBanner?: {
14981
+ text: string;
14982
+ additionalText: string;
14983
+ link: string;
14984
+ linkText: string;
14985
+ type: string;
14986
+ } | undefined;
14987
+ appConfig: {
14988
+ topupButtonsAmount?: number[] | undefined;
14989
+ topupHalfSheetAmount?: number[] | undefined;
14990
+ };
14991
+ } & import("pinia").PiniaCustomStateProperties<State>): boolean;
12512
14992
  hasAvailableTopupMethod(state: {
12513
14993
  paymentParams: {
12514
14994
  amount: {