Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(Loans): ORB-2959 - PA117 - Alterar propriedades de campo #1752

Merged
merged 1 commit into from
Jul 12, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dictionary/loansGetContractsContractIdPayments_v2.csv
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/data/paidInstalments;paidInstalments;Quantidade total de parcelas pagas do contrato referente à Modalidade de Crédito informada.;Número;;Opcional;;;0;1;"";Não permitido;number;73;
/data/contractOutstandingBalance;contractOutstandingBalance;Valor necessário para o cliente liquidar a dívida.;Texto;20;Obrigatório;^\d{1,15}\.\d{2,4}$;;1;1;"";Não permitido;string;1000.0400;4
/data/releases;releases;Lista dos pagamentos realizados no período;Lista;;Obrigatório;;;0;N;"";Não permitido;array;;
/data/releases/paymentId;paymentId;Identificador de pagamento de responsabilidade de cada Instituição transmissora.;Texto;100;Opcional;^[a-zA-Z0-9][a-zA-Z0-9-]{0,99}$;;0;1;"";Não permitido;string;XlthLXpBLVowLTldW2EtekEtWjAtOVwtXXswLDk5fSQ;1
/data/releases/paymentId;paymentId;Código ou identificador único prestado pela instituição para representar o pagamento individual.;Texto;100;Obrigatório;^[a-zA-Z0-9][a-zA-Z0-9-]{0,99}$;;1;1;"";Não permitido;string;XlthLXpBLVowLTldW2EtekEtWjAtOVwtXXswLDk5fSQ;1
/data/releases/isOverParcelPayment;isOverParcelPayment;Identifica se é um pagamento pactuado (false) ou avulso (true).;Booleano;;Obrigatório;;;1;1;"";Não permitido;boolean;true;
/data/releases/instalmentId;instalmentId;"Identificador de parcela, de responsabilidade de cada Instituição transmissora.
[Restrição] Informação de envio obrigatório quando isOverParcelPayment tiver o valor FALSE.
Expand Down
3 changes: 2 additions & 1 deletion swagger-apis/loans/2.1.1-rc.1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1128,6 +1128,7 @@ components:
type: object
description: Lista dos pagamentos realizados no período
required:
- paymentId
- isOverParcelPayment
- paidDate
- currency
Expand All @@ -1139,7 +1140,7 @@ components:
minLength: 1
example: XlthLXpBLVowLTldW2EtekEtWjAtOVwtXXswLDk5fSQ
pattern: '^[a-zA-Z0-9][a-zA-Z0-9-]{0,99}$'
description: Identificador de pagamento de responsabilidade de cada Instituição transmissora.
description: Código ou identificador único prestado pela instituição para representar o pagamento individual.
isOverParcelPayment:
type: boolean
example: true
Expand Down
Loading