SubmitBillingInformationRequest ClassProvincial Approach to Student Information API
This data contract represents the request for the SubmitDocumentOrderBillingInformation service.
Inheritance Hierarchy

SystemObject
  PASI.DataContract.V2009RequestBase
    PASI.DataContract.V201507SubmitBillingInformationRequest

Namespace: PASI.DataContract.V201507
Assembly: PASI.DataContract (in PASI.DataContract.dll) Version: 9.23.3.0 (9.23.3.0)
Syntax

public class SubmitBillingInformationRequest : RequestBase

The SubmitBillingInformationRequest type exposes the following members.

Constructors

  NameDescription
Public methodSubmitBillingInformationRequest
Top
Properties

  NameDescription
Public propertyAddress1
Address 1 of the payer
Public propertyAddress2
Address 2 of the payer
Public propertyAddress3
Address 3 of the payer
Public propertyAddress4
Address 4 of the payer
Public propertyBillingInformationId
(Required) Billing Information Id.
Public propertyCallerInfo
(Required) Information about the Caller
(Inherited from RequestBase.)
Public propertyCity
City of the payer
Public propertyCountry
Country of the payer
Public propertyEmailAddress
Email Address of the payer
Public propertyOtherProvince
Other province of the payer, only populated if country is not CA or US
Public propertyPayerName
Name of the payer
Public propertyPhoneNumber
Phone number of the payer
Public propertyPostalCode
Postal Code of the payer
Public propertyProvince
Province of the payer, only populated if Country = US or CA
Top
See Also

Reference