As I see in the schema this is the path for the 'serviceProviderIdentifier'
transaction.tradeSettlement.paymentInstruction.sellerBankInformation.serviceProviderIdentifier
If I understand it correctly the project aims to implement the xRechnung standard where BT-86 is in the group BG-17 (child of BG-16) which has a cardinality of 0...N
So my suggestion would be to make sellerBankInformation an array to comply with xRechnung standard. What do you think?
transaction.tradeSettlement.paymentInstructions.sellerBankInformation[*].serviceProviderIdentifier
As I see in the schema this is the path for the 'serviceProviderIdentifier'
transaction.tradeSettlement.paymentInstruction.sellerBankInformation.serviceProviderIdentifierIf I understand it correctly the project aims to implement the xRechnung standard where BT-86 is in the group BG-17 (child of BG-16) which has a cardinality of 0...N
So my suggestion would be to make sellerBankInformation an array to comply with xRechnung standard. What do you think?
transaction.tradeSettlement.paymentInstructions.sellerBankInformation[*].serviceProviderIdentifier