Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removed unused namespace #54

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions src/GlobalPayments.Api/Builders/PayFacBuilder.cs
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
using GlobalPayments.Api.Entities;
using GlobalPayments.Api.Entities.PayFac;
using GlobalPayments.Api.PaymentMethods;
using System;
using System.Collections.Generic;
using System.Text;

namespace GlobalPayments.Api.Builders
{
Expand Down
1 change: 0 additions & 1 deletion src/GlobalPayments.Api/Builders/ResubmitBuilder.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
using GlobalPayments.Api.Entities;
using GlobalPayments.Api.Gateways;
using System;

namespace GlobalPayments.Api.Builders {
public class ResubmitBuilder : TransactionBuilder<Transaction> {
Expand Down
2 changes: 0 additions & 2 deletions src/GlobalPayments.Api/Entities/AlternativePaymentResponse.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
using GlobalPayments.Api.Utils;

namespace GlobalPayments.Api.Entities {
/// <summary>
/// Alternative payment response data
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
using System;
using System.Collections.Generic;
using System.Text;

namespace GlobalPayments.Api.Entities.Billing {
namespace GlobalPayments.Api.Entities.Billing {
public class AuthorizationRecord {
public string AddToBatchReferenceNumber { get; set; }
public decimal? Amount { get; set; }
Expand Down
6 changes: 1 addition & 5 deletions src/GlobalPayments.Api/Entities/Billing/BillingResponse.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
using System;
using System.Collections.Generic;
using System.Text;

namespace GlobalPayments.Api.Entities.Billing {
namespace GlobalPayments.Api.Entities.Billing {
public class BillingResponse {
/// <summary>
/// Indicates if the action was succesful
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
using System;
using System.Collections.Generic;
using System.Text;

namespace GlobalPayments.Api.Entities.Billing {
namespace GlobalPayments.Api.Entities.Billing {
public class ConvenienceFeeResponse : BillingResponse {
public decimal ConvenienceFee { get; set; }
}
Expand Down
6 changes: 1 addition & 5 deletions src/GlobalPayments.Api/Entities/Billing/Credentials.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
using System;
using System.Collections.Generic;
using System.Text;

namespace GlobalPayments.Api.Entities.Billing {
namespace GlobalPayments.Api.Entities.Billing {
internal class Credentials {
public string ApiKey { get; set; }
public string MerchantName { get; set; }
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
using System;
using System.Collections.Generic;
using System.Text;

namespace GlobalPayments.Api.Entities.Billing {
namespace GlobalPayments.Api.Entities.Billing {
public class LoadHostedPaymentResponse : BillingResponse {
/// <summary>
/// Unique identifier for the hosted payment page
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
using System;
using System.Collections.Generic;
using System.Text;

namespace GlobalPayments.Api.Entities.Billing {
namespace GlobalPayments.Api.Entities.Billing {
public class LoadSecurePayResponse: BillingResponse {
public string PaymentIdentifier { get; set; }
}
Expand Down
1 change: 0 additions & 1 deletion src/GlobalPayments.Api/Entities/Billing/TokenData.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
using System;
using System.Collections.Generic;
using System.Text;

namespace GlobalPayments.Api.Entities.Billing {
public class TokenData {
Expand Down
6 changes: 1 addition & 5 deletions src/GlobalPayments.Api/Entities/Billing/TokenResponse.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
using System;
using System.Collections.Generic;
using System.Text;

namespace GlobalPayments.Api.Entities.Billing {
namespace GlobalPayments.Api.Entities.Billing {
public class TokenResponse: BillingResponse {
public string Token { get; set; }
}
Expand Down
6 changes: 1 addition & 5 deletions src/GlobalPayments.Api/Entities/BrowserData.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
using System;
using System.Collections.Generic;
using System.Text;

namespace GlobalPayments.Api.Entities {
namespace GlobalPayments.Api.Entities {
public class BrowserData {
public string AcceptHeader { get; set; }
public ColorDepth ColorDepth { get; set; }
Expand Down
3 changes: 1 addition & 2 deletions src/GlobalPayments.Api/Entities/DccRateData.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using GlobalPayments.Api.Entities;
using System;
using System;

namespace GlobalPayments.Api.Entities {
public class DccRateData {
Expand Down
2 changes: 0 additions & 2 deletions src/GlobalPayments.Api/Entities/DocumentUploadData.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Text;

namespace GlobalPayments.Api.Entities
{
Expand Down
6 changes: 1 addition & 5 deletions src/GlobalPayments.Api/Entities/Enums/ProPayAccountStatus.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
using System;
using System.Collections.Generic;
using System.Text;

namespace GlobalPayments.Api.Entities.Enums
namespace GlobalPayments.Api.Entities.Enums
{
public enum ProPayAccountStatus {
ReadyToProcess,
Expand Down
4 changes: 1 addition & 3 deletions src/GlobalPayments.Api/Entities/Enums/Risk.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
using System;

namespace GlobalPayments.Api.Entities {
namespace GlobalPayments.Api.Entities {
public enum Risk {
High,
Low
Expand Down
1 change: 0 additions & 1 deletion src/GlobalPayments.Api/Entities/FraudResponse.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
using System;
using System.Collections.Generic;
using System.Text;

namespace GlobalPayments.Api.Entities
{
Expand Down
6 changes: 1 addition & 5 deletions src/GlobalPayments.Api/Entities/FraudRule.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
using System;
using System.Collections.Generic;
using System.Text;

namespace GlobalPayments.Api.Entities
namespace GlobalPayments.Api.Entities
{
public class FraudRule
{
Expand Down
4 changes: 1 addition & 3 deletions src/GlobalPayments.Api/Entities/FraudRuleCollection.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
using System;
using System.Collections.Generic;
using System.Text;
using System.Collections.Generic;

namespace GlobalPayments.Api.Entities
{
Expand Down
6 changes: 1 addition & 5 deletions src/GlobalPayments.Api/Entities/GpApi/AccessTokenInfo.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
using System;
using System.Collections.Generic;
using System.Text;

namespace GlobalPayments.Api.Entities {
namespace GlobalPayments.Api.Entities {
public class AccessTokenInfo {
public string Token { get; set; }
public string DataAccountName { get; set; }
Expand Down
6 changes: 0 additions & 6 deletions src/GlobalPayments.Api/Entities/MessageExtension.cs
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
using System;
using System.Linq;
using System.Collections.Generic;
using System.Text;
using System.Collections;

namespace GlobalPayments.Api.Entities {
public class MessageExtension
{
Expand Down
3 changes: 0 additions & 3 deletions src/GlobalPayments.Api/Entities/PayFac/AccountPermissions.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
using GlobalPayments.Api.Entities.Enums;
using System;
using System.Collections.Generic;
using System.Text;

namespace GlobalPayments.Api.Entities.PayFac
{
Expand Down
6 changes: 1 addition & 5 deletions src/GlobalPayments.Api/Entities/PayFac/BankAccountData.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
using System;
using System.Collections.Generic;
using System.Text;

namespace GlobalPayments.Api.Entities.PayFac
namespace GlobalPayments.Api.Entities.PayFac
{
public class BankAccountData {
/// <summary>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
using System;
using System.Collections.Generic;
using System.Text;

namespace GlobalPayments.Api.Entities.PayFac
namespace GlobalPayments.Api.Entities.PayFac
{
public class BankAccountOwnershipData {
public string FirstName { get; set; }
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
using System;
using System.Collections.Generic;
using System.Text;
using System.Collections.Generic;

namespace GlobalPayments.Api.Entities.PayFac
{
Expand Down
6 changes: 1 addition & 5 deletions src/GlobalPayments.Api/Entities/PayFac/BusinessData.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
using System;
using System.Collections.Generic;
using System.Text;

namespace GlobalPayments.Api.Entities.PayFac
namespace GlobalPayments.Api.Entities.PayFac
{
public class BusinessData {
/// <summary>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
using GlobalPayments.Api.PaymentMethods;
using System;
using System.Collections.Generic;
using System.Text;

namespace GlobalPayments.Api.Entities.PayFac
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
using GlobalPayments.Api.PaymentMethods;
using System;
using System.Collections.Generic;
using System.Text;

namespace GlobalPayments.Api.Entities.PayFac
{
Expand Down
6 changes: 1 addition & 5 deletions src/GlobalPayments.Api/Entities/PayFac/OwnersData.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
using System;
using System.Collections.Generic;
using System.Text;

namespace GlobalPayments.Api.Entities.PayFac
namespace GlobalPayments.Api.Entities.PayFac
{
public class OwnersData {
/// <summary>
Expand Down
4 changes: 1 addition & 3 deletions src/GlobalPayments.Api/Entities/PayFac/PayFacResponseData.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
using System;
using System.Collections.Generic;
using System.Text;
using System.Collections.Generic;

namespace GlobalPayments.Api.Entities.PayFac
{
Expand Down
3 changes: 0 additions & 3 deletions src/GlobalPayments.Api/Entities/PayFac/RenewAccountData.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
using GlobalPayments.Api.PaymentMethods;
using System;
using System.Collections.Generic;
using System.Text;

namespace GlobalPayments.Api.Entities.PayFac
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
using System;
using System.Collections.Generic;
using System.Text;

namespace GlobalPayments.Api.Entities.PayFac
namespace GlobalPayments.Api.Entities.PayFac
{
public class SignificantOwnerData {
/// <summary>
Expand Down
6 changes: 1 addition & 5 deletions src/GlobalPayments.Api/Entities/PayFac/ThreatRiskData.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
using System;
using System.Collections.Generic;
using System.Text;

namespace GlobalPayments.Api.Entities.PayFac
namespace GlobalPayments.Api.Entities.PayFac
{
public class ThreatRiskData {
/// <summary>
Expand Down
6 changes: 1 addition & 5 deletions src/GlobalPayments.Api/Entities/PayFac/UserPersonalData.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
using System;
using System.Collections.Generic;
using System.Text;

namespace GlobalPayments.Api.Entities.PayFac
namespace GlobalPayments.Api.Entities.PayFac
{
public class UserPersonalData {
/// <summary>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using System;
using GlobalPayments.Api.Utils;
using GlobalPayments.Api.Utils;

namespace GlobalPayments.Api.Entities.Payroll {
internal class SessionInfo : PayrollEntity {
Expand Down
4 changes: 1 addition & 3 deletions src/GlobalPayments.Api/Entities/Payroll/PayrollRequest.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
using System.Collections.Generic;

namespace GlobalPayments.Api.Entities.Payroll {
namespace GlobalPayments.Api.Entities.Payroll {
internal class PayrollRequest {
public string Endpoint { get; set; }
public string RequestBody { get; set; }
Expand Down
4 changes: 1 addition & 3 deletions src/GlobalPayments.Api/Entities/PhoneNumber.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
using GlobalPayments.Api.Utils;
using System;
using System.Text;
using System.Text;

namespace GlobalPayments.Api.Entities {
public class PhoneNumber {
Expand Down
2 changes: 0 additions & 2 deletions src/GlobalPayments.Api/Entities/Reporting/ActionSummary.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
using System;
using System.Collections.Generic;
using System.Text;

namespace GlobalPayments.Api.Entities {
public class ActionSummary {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
using System;
using System.Collections.Generic;
using System.Text;

namespace GlobalPayments.Api.Entities {
public class StoredPaymentMethodSummary {
Expand Down
6 changes: 1 addition & 5 deletions src/GlobalPayments.Api/Entities/SSORequestData.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
using System;
using System.Collections.Generic;
using System.Text;

namespace GlobalPayments.Api.Entities
namespace GlobalPayments.Api.Entities
{
public class SSORequestData {
/// <summary>
Expand Down
1 change: 0 additions & 1 deletion src/GlobalPayments.Api/Entities/Schedule.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using System;
using GlobalPayments.Api.Entities;

namespace GlobalPayments.Api.Entities {
/// <summary>
Expand Down
4 changes: 1 addition & 3 deletions src/GlobalPayments.Api/Entities/StoredCredential.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
using System;

namespace GlobalPayments.Api.Entities {
namespace GlobalPayments.Api.Entities {
public class StoredCredential {
public StoredCredentialType Type { get; set; }
public StoredCredentialInitiator Initiator { get; set; }
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using System;
using System.Collections.Generic;
using System.Collections.Generic;
using System.Text;

namespace GlobalPayments.Api.Entities.TableService {
Expand Down
4 changes: 0 additions & 4 deletions src/GlobalPayments.Api/Gateways/BillPay/ReportRequest.cs
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
using GlobalPayments.Api.Builders;
using GlobalPayments.Api.Entities;
using GlobalPayments.Api.Entities.Billing;
using GlobalPayments.Api.Logging;
using GlobalPayments.Api.Utils;
using System;
using System.Collections.Generic;
using System.Net;
using System.Text;

namespace GlobalPayments.Api.Gateways.BillPay
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using GlobalPayments.Api.Builders;
using GlobalPayments.Api.Entities;
using GlobalPayments.Api.Entities.Billing;
using GlobalPayments.Api.PaymentMethods;
using GlobalPayments.Api.Utils;
Expand Down
Loading