PaymentMonthlyFlatDataDto
PaymentMonthlyFlatDataDto
| Name | Description | Schema | Default |
|---|---|---|---|
| payer_account_id optional | Payer Account Id Example : 228cb9e4a7934f84853594c7f26f7a21 | string | |
| payer_account_name optional | Payer Account Name Example : test-account | string | |
| payer_account_type optional | Payer Account Type Example : MEMBER | string | |
| bill_year_month optional | Bill year Month Example : 2024-08 | string | |
| used_year_month optional | Year-Month (YYYY-mm) Example : 2024-08 | string | |
| payment_date optional | Payment date Example : 2024-08-01 | any of [string, null] | |
| bill_currency optional | Currency Example : KRW | any of [string, null] | krw |
| payment_currency optional | Currency Example : KRW | any of [string, null] | krw |
| payment_state optional | Billing State Example : PAID | any of [string, null] | |
| bill_amount optional | any of [Amount, null] | ||
| used_amount optional | any of [Amount, null] | ||
| unpaid_amount optional | any of [Amount, null] | ||
| paid_amount optional | any of [Amount, null] | ||
| accumulated_unpaid_amount optional | any of [Amount, null] | ||
| suspended_year_month optional | Year-Month (YYYY-mm) Example : 2024-08 | any of [string, null] |