Uses of Class
org.linuxforhealth.fhir.model.resource.Account.Guarantor
-
Packages that use Account.Guarantor Package Description org.linuxforhealth.fhir.model.resource -
-
Uses of Account.Guarantor in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return Account.Guarantor Modifier and Type Method Description Account.Guarantor
Account.Guarantor.Builder. build()
Build theAccount.Guarantor
Methods in org.linuxforhealth.fhir.model.resource that return types with arguments of type Account.Guarantor Modifier and Type Method Description java.util.List<Account.Guarantor>
Account. getGuarantor()
The parties responsible for balancing the account if other payment options fall short.Methods in org.linuxforhealth.fhir.model.resource with parameters of type Account.Guarantor Modifier and Type Method Description protected Account.Guarantor.Builder
Account.Guarantor.Builder. from(Account.Guarantor guarantor)
Account.Builder
Account.Builder. guarantor(Account.Guarantor... guarantor)
The parties responsible for balancing the account if other payment options fall short.protected void
Account.Guarantor.Builder. validate(Account.Guarantor guarantor)
Method parameters in org.linuxforhealth.fhir.model.resource with type arguments of type Account.Guarantor Modifier and Type Method Description Account.Builder
Account.Builder. guarantor(java.util.Collection<Account.Guarantor> guarantor)
The parties responsible for balancing the account if other payment options fall short.
-