# PaymentService Datatypes
# Payment
Property | Type | Description |
---|---|---|
Date | dateTime | |
Amount | decimal | |
InvoiceId | int | |
Comment | string | |
PaymentMethodId | int | Set the payment method with an Id from GetPaymentMethods (opens new window) |
Property | Type | Description |
---|---|---|
Date | dateTime | |
Amount | decimal | |
InvoiceId | int | |
Comment | string | |
PaymentMethodId | int | Set the payment method with an Id from GetPaymentMethods (opens new window) |