docs/PieceJointeComplementaire
FactPulse::PieceJointeComplementaire
Properties
| Name |
Type |
Description |
Notes |
| designation |
String |
|
|
| id |
Integer |
|
|
| id_liaison |
Integer |
|
|
| numero_ligne_facture |
Integer |
|
|
| type |
String |
|
|
Example
require 'factpulse'
instance = FactPulse::PieceJointeComplementaire.new(
designation: null,
id: null,
id_liaison: null,
numero_ligne_facture: null,
type: null
)