zibri
Preparing search index...
plugin/payment/services/payment-service.types
PaymentDataForMethod
Type Alias PaymentDataForMethod<Methods, M, P>
PaymentDataForMethod
:
ProviderInstanceForMethod
<
Methods
,
M
,
P
>
extends
{
__paymentDataMap
:
infer
DataMap
;
}
?
(
DataMap
&
Record
<
string
,
any
>
)
[
M
]
&
{
transactionId
:
string
}
:
never
PaymentDataForMethod: the incoming (raw) data type accepted by the provider.
Type Parameters
Methods
extends
readonly
PaymentMethod
[]
M
extends
Methods
[
number
]
P
extends
readonly
AnyPaymentProviderInterface
[]
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
zibri
Loading...
PaymentDataForMethod: the incoming (raw) data type accepted by the provider.