Class SettlementDocumentPartner.SettlementDocumentPartnerBuilder
- Enclosing class:
- SettlementDocumentPartner
-
Method Summary
Modifier and TypeMethodDescriptionConstraints: Not nullable, Maximum length: 10addressObjectType(String addressObjectType) Constraints: Not nullable, Maximum length: 1addressPersonID(String addressPersonID) Constraints: Not nullable, Maximum length: 10bPAddrDeterminationTransaction(String bPAddrDeterminationTransaction) Constraints: Not nullable, Maximum length: 6bPRefAddressIDForDocSpcfcAddr(String bPRefAddressIDForDocSpcfcAddr) Constraints: Not nullable, Maximum length: 10build()contactPerson(String contactPerson) Constraints: Not nullable, Maximum length: 10Constraints: Not nullable, Maximum length: 10partnerCounter(String partnerCounter) (Key Field) Constraints: Not nullable, Maximum length: 3partnerFunction(String partnerFunction) (Key Field) Constraints: Not nullable, Maximum length: 2partnerIsOneTimeAccount(Boolean partnerIsOneTimeAccount) Constraints: Not nullableConstraints: Not nullable, Maximum length: 8referenceBusinessPartner(String referenceBusinessPartner) Constraints: Not nullable, Maximum length: 10settlmtDoc(SetlDoc value) Navigation property _SettlmtDoc for SettlementDocumentPartner to single SetlDoc.settlmtDoc(String value) (Key Field) Constraints: Not nullable, Maximum length: 10settlmtDocPartAddrRefType(String settlmtDocPartAddrRefType) Constraints: Not nullable, Maximum length: 1Constraints: Not nullable, Maximum length: 10toString()vATRegistration(String vATRegistration) Constraints: Not nullable, Maximum length: 20
-
Method Details
-
settlmtDoc
@Nonnull public SettlementDocumentPartner.SettlementDocumentPartnerBuilder settlmtDoc(SetlDoc value) Navigation property _SettlmtDoc for SettlementDocumentPartner to single SetlDoc.- Parameters:
value- The SetlDoc to build this SettlementDocumentPartner with.- Returns:
- This Builder to allow for a fluent interface.
-
settlmtDoc
(Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: SettlmtDoc
- Parameters:
value- The settlmtDoc to build this SettlementDocumentPartner with.- Returns:
- This Builder to allow for a fluent interface.
-
partnerFunction
@Nonnull public SettlementDocumentPartner.SettlementDocumentPartnerBuilder partnerFunction(@Nullable String partnerFunction) (Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: PartnerFunction
- Returns:
this.
-
partnerCounter
@Nonnull public SettlementDocumentPartner.SettlementDocumentPartnerBuilder partnerCounter(@Nullable String partnerCounter) (Key Field) Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: PartnerCounter
- Returns:
this.
-
supplier
@Nonnull public SettlementDocumentPartner.SettlementDocumentPartnerBuilder supplier(@Nullable String supplier) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: Supplier
- Returns:
this.
-
customer
@Nonnull public SettlementDocumentPartner.SettlementDocumentPartnerBuilder customer(@Nullable String customer) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: Customer
- Returns:
this.
-
contactPerson
@Nonnull public SettlementDocumentPartner.SettlementDocumentPartnerBuilder contactPerson(@Nullable String contactPerson) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: ContactPerson
- Returns:
this.
-
personnel
@Nonnull public SettlementDocumentPartner.SettlementDocumentPartnerBuilder personnel(@Nullable String personnel) Constraints: Not nullable, Maximum length: 8Original property name from the Odata EDM: Personnel
- Returns:
this.
-
addressID
@Nonnull public SettlementDocumentPartner.SettlementDocumentPartnerBuilder addressID(@Nullable String addressID) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: AddressID
- Returns:
this.
-
addressPersonID
@Nonnull public SettlementDocumentPartner.SettlementDocumentPartnerBuilder addressPersonID(@Nullable String addressPersonID) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: AddressPersonID
- Returns:
this.
-
referenceBusinessPartner
@Nonnull public SettlementDocumentPartner.SettlementDocumentPartnerBuilder referenceBusinessPartner(@Nullable String referenceBusinessPartner) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: ReferenceBusinessPartner
- Returns:
this.
-
settlmtDocPartAddrRefType
@Nonnull public SettlementDocumentPartner.SettlementDocumentPartnerBuilder settlmtDocPartAddrRefType(@Nullable String settlmtDocPartAddrRefType) Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: SettlmtDocPartAddrRefType
- Returns:
this.
-
addressObjectType
@Nonnull public SettlementDocumentPartner.SettlementDocumentPartnerBuilder addressObjectType(@Nullable String addressObjectType) Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: AddressObjectType
- Returns:
this.
-
bPAddrDeterminationTransaction
@Nonnull public SettlementDocumentPartner.SettlementDocumentPartnerBuilder bPAddrDeterminationTransaction(@Nullable String bPAddrDeterminationTransaction) Constraints: Not nullable, Maximum length: 6Original property name from the Odata EDM: BPAddrDeterminationTransaction
- Returns:
this.
-
bPRefAddressIDForDocSpcfcAddr
@Nonnull public SettlementDocumentPartner.SettlementDocumentPartnerBuilder bPRefAddressIDForDocSpcfcAddr(@Nullable String bPRefAddressIDForDocSpcfcAddr) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: BPRefAddressIDForDocSpcfcAddr
- Returns:
this.
-
vATRegistration
@Nonnull public SettlementDocumentPartner.SettlementDocumentPartnerBuilder vATRegistration(@Nullable String vATRegistration) Constraints: Not nullable, Maximum length: 20Original property name from the Odata EDM: VATRegistration
- Returns:
this.
-
partnerIsOneTimeAccount
@Nonnull public SettlementDocumentPartner.SettlementDocumentPartnerBuilder partnerIsOneTimeAccount(@Nullable Boolean partnerIsOneTimeAccount) Constraints: Not nullableOriginal property name from the Odata EDM: PartnerIsOneTimeAccount
- Returns:
this.
-
build
-
toString
-