Skip to content

Commit 36a93b9

Browse files
MOAR DELETE
1 parent 616d260 commit 36a93b9

File tree

11 files changed

+0
-1109
lines changed

11 files changed

+0
-1109
lines changed

src/Api/Billing/Models/Requests/TaxInformationRequestBody.cs

Lines changed: 0 additions & 31 deletions
This file was deleted.

src/Api/Billing/Models/Requests/TokenizedPaymentSourceRequestBody.cs

Lines changed: 0 additions & 25 deletions
This file was deleted.

src/Api/Billing/Models/Requests/UpdatePaymentMethodRequestBody.cs

Lines changed: 0 additions & 15 deletions
This file was deleted.

src/Api/Billing/Models/Requests/VerifyBankAccountRequestBody.cs

Lines changed: 0 additions & 12 deletions
This file was deleted.

src/Api/Billing/Models/Responses/BillingPaymentResponseModel.cs

Lines changed: 0 additions & 20 deletions
This file was deleted.

src/Api/Billing/Models/Responses/PaymentMethodResponse.cs

Lines changed: 0 additions & 18 deletions
This file was deleted.

src/Api/Billing/Models/Responses/PaymentSourceResponse.cs

Lines changed: 0 additions & 16 deletions
This file was deleted.

src/Api/Billing/Models/Responses/TaxInformationResponse.cs

Lines changed: 0 additions & 23 deletions
This file was deleted.

src/Core/Services/IPaymentService.cs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,6 @@ Task<string> AdjustSubscription(
4444
Task<BillingInfo> GetBillingAsync(ISubscriber subscriber);
4545
Task<BillingHistoryInfo> GetBillingHistoryAsync(ISubscriber subscriber);
4646
Task<SubscriptionInfo> GetSubscriptionAsync(ISubscriber subscriber);
47-
Task<TaxInfo> GetTaxInfoAsync(ISubscriber subscriber);
48-
Task SaveTaxInfoAsync(ISubscriber subscriber, TaxInfo taxInfo);
4947
Task<string> AddSecretsManagerToSubscription(Organization org, Plan plan, int additionalSmSeats, int additionalServiceAccount);
5048
/// <summary>
5149
/// Secrets Manager Standalone is a discount in Stripe that is used to give an organization access to Secrets Manager.
@@ -68,7 +66,4 @@ Task<string> AdjustSubscription(
6866
/// <param name="organization">Organization Representation used for Inviting Organization Users</param>
6967
/// <returns>If the organization has Secrets Manager and has the Standalone Stripe Discount</returns>
7068
Task<bool> HasSecretsManagerStandalone(InviteOrganization organization);
71-
Task<PreviewInvoiceResponseModel> PreviewInvoiceAsync(PreviewIndividualInvoiceRequestBody parameters, string gatewayCustomerId, string gatewaySubscriptionId);
72-
Task<PreviewInvoiceResponseModel> PreviewInvoiceAsync(PreviewOrganizationInvoiceRequestBody parameters, string gatewayCustomerId, string gatewaySubscriptionId);
73-
7469
}

0 commit comments

Comments
 (0)