Skip to content

ListFinancialTransactions20240619 - RelatedIdentifierNameEnum does not contain the value 'SETTLEMENT_ID' #892

@lozio043-collab

Description

@lozio043-collab

Hi @abuzuhri,

When I call ListFinancialTransactions20240619, I receive an exception while parsing the response of the request, because RelatedIdentifierNameEnum does not contain the value 'SETTLEMENT_ID'.

Source Code:
ParameterListFinancialTransactions20240619 s1 = new ParameterListFinancialTransactions20240619()
{
marketplaceId = order.MarketplaceId,
postedAfter = new DateTime(2025,6,1).Date,
postedBefore = new DateTime(2025, 6, 2).Date,
MaxNumberOfPages =1
};
List t=amazonConnection.Financial.ListFinancialTransactions20240619(s1);

Exception:

Image

thanks in advance

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions