Job..::..GetDefaultDeliveryAddress Method

Gets the default delivery address.

Namespace:  JiwaFinancials.Jiwa.JiwaServiceManager
Assembly:  JiwaServiceManager (in JiwaServiceManager.dll)

Syntax


public void GetDefaultDeliveryAddress(
	string DB_Main_RecID,
	ref string Address1,
	ref string Address2,
	ref string Address3,
	ref string Address4,
	ref string Postcode
)
Public Sub GetDefaultDeliveryAddress ( _
	DB_Main_RecID As String, _
	ByRef Address1 As String, _
	ByRef Address2 As String, _
	ByRef Address3 As String, _
	ByRef Address4 As String, _
	ByRef Postcode As String _
)
public:
void GetDefaultDeliveryAddress(
	String^ DB_Main_RecID, 
	String^% Address1, 
	String^% Address2, 
	String^% Address3, 
	String^% Address4, 
	String^% Postcode
)

Parameters

DB_Main_RecID
Type: String
The d b_ main_ record identifier.
Address1
Type: String%
The address1.
Address2
Type: String%
The address2.
Address3
Type: String%
The address3.
Address4
Type: String%
The address4.
Postcode
Type: String%
The postcode.