







![]() ![]() |
A .NET Library aimed at helping you get up to speed quickly with Authorize.NET |
Customer..::..PaymentProfiles Property |
Customer Class See Also Send Feedback |
Namespace: AuthorizeNet
Assembly: AuthorizeNet (in AuthorizeNet.dll) Version: 0.0.0.0
Syntax
C# |
---|
public IList<PaymentProfile> PaymentProfiles { get; set; } |
Visual Basic |
---|
Public Property PaymentProfiles As IList(Of PaymentProfile) Get Set |
Visual C++ |
---|
public: property IList<PaymentProfile^>^ PaymentProfiles { IList<PaymentProfile^>^ get (); void set (IList<PaymentProfile^>^ value); } |