1
0
mirror of synced 2025-02-21 01:13:15 +03:00

add for update payment request

This commit is contained in:
ellynoize 2024-12-09 19:43:10 +06:00
parent 16cdc6ce49
commit 6d05a1af3f

View File

@ -43,6 +43,14 @@ class ApiUpdateInvoiceRequest
*/
public $amount;
/**
* @var float
*
* @JMS\Type("float")
* @JMS\SerializedName("discountAmount")
*/
public $discountAmount;
/**
* @var string
*