{
    "success": true,
    "message": "Payment table data",
    "data": [
             {
                "sellerCode":"seller code",
                "sellerName":"seller name",
                "orderDate": "order date",
                "orderConfirmationDate":"order confirmation date",
                "orderId":"order id",
                "status": "status",
                "cancellationDateTime":"cancellation datetime",
                "cancelBy":"cancel by",
                "cancellationReasonId":"cancellation reason id",
                "paymentMethodId": "payment method id",
                "paymentMethodName": "payment method name",
                "arrivalDateDesignation": "arrival date designation",
                "desiredDeliveryDay": "desired delivery day",
                "desiredDeliveryTime": "desired delivery time",
                "deliveryDate": "delivery date",
                "deliveryBoxFlag": "delivery box flag",
                "giftFlag": "gift flag",
                "shipmentCompletionDate":"shipment completion date",
                "deliveryNotePrintDate": "delivery note print date",
                "deliveryNoteNumber": "delivery note number",
                "totalProductPriceRegular": "total product price regular",
                "totalProductPriceReduced": "total product price reduced",
                "totalProductPriceNonTaxable": "total product price non taxable",
                "totalProductPrice":"total product price",
                "consumptionTaxAmountRegular":"consumption tax amount regular",
                "consumptionTax":"consumption tax",
                "consumptionTaxAmount":"consumption tax amount",
                "totalShippingPrice":"total shipping price",
                "totalOrderAmount": "total order amount",
                "totalPointAwarded": "total point awarded",
                "pointUsageAmount": "point usage amount",
                "ordererEmail": "orderer email",
                "ordererName": "orderer name",
                "nameOfOrderer": "name of orderer",
                "ordererKanaSei": "orderer kana sei",
                "oredereKanaMei": "orderer kana mei",
                "ordererPostalCode": "orderer postal code",
                "ordererPrefecture": "orderer prefecture",
                "ordererAddress1": "orderer address 1",
                "ordererAddress2": "orderer address 2",
                "ordererAddress3": "orderer address 3",
                "ordererCompanyName": "orderer company name",
                "ordererDepartmentName": "orderer department name",
                "ordererPhoneNumber": "orderer phone number",
                "shippingSurname": "shipping surname",
                "shippingFirstName": "shipping first name",
                "shippingAddressKanaSei": "shipping address kana sei",
                "shippingAddressKanaMei": "shipping address kana mei",
                "shippingPostalCode": "shipping postal code",
                "shippingPrefecture": "shipping prefecture",
                "shippingAddress1": "shipping address 1",
                "shippingAddress2": "shipping address 2",
                "shippingAddress3": "shipping address 3",
                "shippingCompanyName": "shipping company name",
                "shippingDepartmentName": "shipping department name",
                "shippingPhoneNumber": "shipping phone number",
                "sellerMemo": "seller memo",
                "sellerCancelableFlag": "seller cancelable flag",
                "omsIntegrationStatus": "oms integration status",
                "omsLinkageDate": "oms linkage date"
             },
             {
                "sellerCode":"seller code",
                "sellerName":"seller name",
                "orderDate": "order date",
                "orderConfirmationDate":"order confirmation date",
                "orderId":"order id",
                "status": "status",
                "cancellationDateTime":"cancellation datetime",
                "cancelBy":"cancel by",
                "cancellationReasonId":"cancellation reason id",
                "paymentMethodId": "payment method id",
                "paymentMethodName": "payment method name",
                "arrivalDateDesignation": "arrival date designation",
                "desiredDeliveryDay": "desired delivery day",
                "desiredDeliveryTime": "desired delivery time",
                "deliveryDate": "delivery date",
                "deliveryBoxFlag": "delivery box flag",
                "giftFlag": "gift flag",
                "shipmentCompletionDate":"shipment completion date",
                "deliveryNotePrintDate": "delivery note print date",
                "deliveryNoteNumber": "delivery note number",
                "totalProductPriceRegular": "total product price regular",
                "totalProductPriceReduced": "total product price reduced",
                "totalProductPriceNonTaxable": "total product price non taxable",
                "totalProductPrice":"total product price",
                "consumptionTaxAmountRegular":"consumption tax amount regular",
                "consumptionTax":"consumption tax",
                "consumptionTaxAmount":"consumption tax amount",
                "totalShippingPrice":"total shipping price",
                "totalOrderAmount": "total order amount",
                "totalPointAwarded": "total point awarded",
                "pointUsageAmount": "point usage amount",
                "ordererEmail": "orderer email",
                "ordererName": "orderer name",
                "nameOfOrderer": "name of orderer",
                "ordererKanaSei": "orderer kana sei",
                "oredereKanaMei": "orderer kana mei",
                "ordererPostalCode": "orderer postal code",
                "ordererPrefecture": "orderer prefecture",
                "ordererAddress1": "orderer address 1",
                "ordererAddress2": "orderer address 2",
                "ordererAddress3": "orderer address 3",
                "ordererCompanyName": "orderer company name",
                "ordererDepartmentName": "orderer department name",
                "ordererPhoneNumber": "orderer phone number",
                "shippingSurname": "shipping surname",
                "shippingFirstName": "shipping first name",
                "shippingAddressKanaSei": "shipping address kana sei",
                "shippingAddressKanaMei": "shipping address kana mei",
                "shippingPostalCode": "shipping postal code",
                "shippingPrefecture": "shipping prefecture",
                "shippingAddress1": "shipping address 1",
                "shippingAddress2": "shipping address 2",
                "shippingAddress3": "shipping address 3",
                "shippingCompanyName": "shipping company name",
                "shippingDepartmentName": "shipping department name",
                "shippingPhoneNumber": "shipping phone number",
                "sellerMemo": "seller memo",
                "sellerCancelableFlag": "seller cancelable flag",
                "omsIntegrationStatus": "oms integration status",
                "omsLinkageDate": "oms linkage date"
            }
         
    ],

    "totalPages": 1,
    "currentPage": 1,
    "currentTotalCount": 3,
    "totalCount": 3
}