@spritz-finance/api-client 0.4.11 → 0.4.12
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.
|
@@ -1571,6 +1571,8 @@ interface CreatePaymentRequestInput {
|
|
|
1571
1571
|
amount: number;
|
|
1572
1572
|
network: PaymentNetwork;
|
|
1573
1573
|
deliveryMethod?: PaymentDeliveryMethod | null;
|
|
1574
|
+
tokenAddress?: string | null;
|
|
1575
|
+
amountMode?: AmountMode | null;
|
|
1574
1576
|
}
|
|
1575
1577
|
|
|
1576
1578
|
type PaymentRequest = CreatePaymentRequest_createDirectPayment;
|