diff options
Diffstat (limited to 'payment_method_response.go')
| -rw-r--r-- | payment_method_response.go | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/payment_method_response.go b/payment_method_response.go new file mode 100644 index 0000000..4d901d8 --- /dev/null +++ b/payment_method_response.go @@ -0,0 +1,11 @@ +// SPDX-FileCopyrightText: 2023 M. Shulhan <ms@kilabit.info> +// SPDX-License-Identifier: GPL-3.0-or-later + +package duitku + +// PaymentMethodResponse contains list of payments enabled by merchant. +type PaymentMethodResponse struct { + Response + + PaymentFee []PaymentFee `json:"paymentFee"` +} |
