Skip to content
Merged
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
5 changes: 5 additions & 0 deletions gc/v1/gc.proto
Original file line number Diff line number Diff line change
Expand Up @@ -1931,6 +1931,11 @@ message PayerAccountDetails {

// Optional. Expiration date of the current private offer.
string marketplacePrivateOfferExpirationDate = 8;

string marketplaceSubscriptionStatus = 9;

// Optional. Contracted end date of the current marketplace agreement, as reported by AWS.
string marketplaceAgreementEndDate = 10;
}

message ListPayerAccountsResponse {
Expand Down
Loading
Loading